Click or drag to resize

BclHelpersReadNetObject Method

Namespace:  ProtoBuf
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Object ReadNetObject(
	Object value,
	ProtoReader source,
	int key,
	Type type,
	BclHelpersNetObjectOptions options
)

Parameters

value
Type: SystemObject
source
Type: ProtoBufProtoReader
key
Type: SystemInt32
type
Type: SystemType
options
Type: ProtoBufBclHelpersNetObjectOptions

Return Value

Type: Object
See Also