MessagePackObjectIsDictionary Property |
Get the value indicates whether this instance wraps dictionary (map) or not.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public bool IsDictionary { get; }
Public ReadOnly Property IsDictionary As Boolean
Get
public:
property bool IsDictionary {
bool get ();
}
member IsDictionary : bool with get
Property Value
Type:
BooleanThis instance wraps dictionary (map) then true.
See Also