Click or drag to resize
MessagePackObjectIsDictionary Property
Get the value indicates whether this instance wraps dictionary (map) or not.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public bool IsDictionary { get; }

Property Value

Type: Boolean
This instance wraps dictionary (map) then true.
See Also