示例#1
0
 public override DictionaryEntry <TKey, TValue> Deserialize(ref byte[] bytes, int offset, DirtyTracker tracker, out int byteSize)
 {
     return(DictionaryEntry.Create <TKey, TValue>(bytes, offset, tracker, out byteSize));
 }