WriteSInt64() public method

Writes an sint64 value, without a tag, to the stream.
public WriteSInt64 ( long value ) : void
value long The value to write
return void
Example #1
0
 internal void <ForSInt64> b__9_1(CodedOutputStream output, long value)
 {
     output.WriteSInt64(value);
 }