Click or drag to resize

SerializerTryReadLengthPrefix Method (Byte, Int32, Int32, PrefixStyle, Int32)

Namespace:  ProtoBuf
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool TryReadLengthPrefix(
	byte[] buffer,
	int index,
	int count,
	PrefixStyle style,
	out int length
)

Parameters

buffer
Type: SystemByte
index
Type: SystemInt32
count
Type: SystemInt32
style
Type: ProtoBufPrefixStyle
length
Type: SystemInt32

Return Value

Type: Boolean
See Also