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

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

Property Value

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