Exemple #1
0
 internal ILVisualizer(ILBuilder stream, LocalSlotManager slotManager)
 {
     this.stream      = stream;
     this.slotManager = slotManager;
 }
 internal ILVisualizer(ILBuilder stream, LocalSlotManager slotManager)
 {
     this.stream = stream;
     this.slotManager = slotManager;
 }