コード例 #1
0
 public ushort?ReadNullableUInt16()
 {
     return(ProtocolBuffersEncoding.ReadNullableUInt16(_stream));
 }