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