MessagePackObject Conversion (MessagePackExtendedTypeObject to MessagePackObject) |
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public static implicit operator MessagePackObject (
MessagePackExtendedTypeObject value
)
Public Shared Widening Operator CType (
value As MessagePackExtendedTypeObject
) As MessagePackObject
static implicit operator MessagePackObject (
MessagePackExtendedTypeObject value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: MsgPackMessagePackExtendedTypeObject
MessagePackExtendedTypeObject instance.
Return Value
Type:
MessagePackObjectMessagePackObject instance corresponds to
value.
See Also