Click or drag to resize
MessagePackObject Constructor (MessagePackExtendedTypeObject)
Initializes a new instance of the MessagePackObject type which wraps MessagePackExtendedTypeObject instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackObject(
	MessagePackExtendedTypeObject value
)

Parameters

value
Type: MsgPackMessagePackExtendedTypeObject
A MessagePackObject value to be wrapped.
See Also