Click or drag to resize
MessagePackObject  Conversion (MessagePackObject to MessagePackExtendedTypeObject)
Convert this instance to MessagePackExtendedTypeObject instance.

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

Parameters

value
Type: MsgPackMessagePackObject
MessagePackObject instance.

Return Value

Type: MessagePackExtendedTypeObject
MessagePackExtendedTypeObject instance corresponds to value.
See Also