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