Click or drag to resize

Serializer.TryReadLengthPrefix 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:System.Byte[]
index
Type: System.Int32
count
Type: System.Int32
style
Type: ProtoBuf.PrefixStyle
length
Type: System.Int32

Return Value

Type: Boolean
See Also