示例#1
0
 public SlotReaderDebugProxy(ISlotReader target = null)
 {
     this.target = target ?? new NullSlotReader();
 }
示例#2
0
 public void Deserialize(ISlotReader reader)
 {
     Value = reader.ReadCollection <int, int[]>(0);
 }