Ejemplo n.º 1
0
 public int BinarySerialize(byte[] ioBuffer, int inOffset)
 {
     return(_value.BinarySerialize(ioBuffer, inOffset));
 }