ReadSFixed64() public method

Reads an sfixed64 field value from the stream.
public ReadSFixed64 ( ) : long
return long
示例#1
0
 internal long <ForSFixed64> b__11_0(CodedInputStream input)
 {
     return(input.ReadSFixed64());
 }