Click or drag to resize
MessagePackObjectIsArray Property
Get the value indicates whether this instance wraps list (array) or not.

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

Property Value

Type: Boolean
This instance wraps list (array) then true.
See Also