Ejemplo n.º 1
0
 public override int Serialize(ref byte[] bytes, int offset, DictionaryEntry <TKey, TValue> value)
 {
     return(value.Serialize(ref bytes, offset));
 }