コード例 #1
0
 public object Read(ref ProtoReader.State state, object value)
 {
     return(state.AppendBytes(overwriteList ? null : (byte[])value));
 }