ReadSInt64() public méthode

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