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

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

Property Value

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