MessagePackObjectIsMap 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 IsMap { get; }
Public ReadOnly Property IsMap As Boolean
Get
public:
property bool IsMap {
bool get ();
}
member IsMap : bool with get
Property Value
Type:
BooleanThis instance wraps dictionary (map) then true.
See Also