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