예제 #1
0
 public bool Read(string name, IUnpackable unpackable)
 {
     return(Read(name, (reader) => unpackable?.UnPack(reader)));
 }
예제 #2
0
 public void Unpack(IUnpackable unpackabele)
 {
     unpackabele?.UnPack(this);
 }