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