Click or drag to resize
UnpackerIsArrayHeader Property
Gets a value indicating whether this instance is positioned to array header.

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

Property Value

Type: Boolean
true if this instance is positioned to array header; otherwise, false.
See Also