Ejemplo n.º 1
0
 public SlotWriterDebugProxy(ISlotWriter target = null)
 {
     this.target = target ?? new NullSlotWriter();
 }
Ejemplo n.º 2
0
 public void Serialize(ISlotWriter writer)
 {
     writer.WriteCollection <int, int[]>(0, Value);
 }