ReadSInt64() public method

Reads an sint64 field value from the stream.
public ReadSInt64 ( ) : long
return long
Beispiel #1
0
 internal long <ForSInt64> b__9_0(CodedInputStream input)
 {
     return(input.ReadSInt64());
 }