Click or drag to resize

ProtoWriterWriteSByte Method

Namespace:  ProtoBuf
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void WriteSByte(
	sbyte value,
	ProtoWriter writer
)

Parameters

value
Type: SystemSByte
writer
Type: ProtoBufProtoWriter
See Also