Click or drag to resize
MessagePackObjectAsDictionary Method
Get underlying value as MessagePackObjectDictionary.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackObjectDictionary AsDictionary()

Return Value

Type: MessagePackObjectDictionary
Underlying MessagePackObjectDictionary.
See Also