UnpackerIsMapHeader Property |
Gets a value indicating whether this instance is positioned to map header.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public abstract bool IsMapHeader { get; }
Public MustOverride ReadOnly Property IsMapHeader As Boolean
Get
public:
virtual property bool IsMapHeader {
bool get () abstract;
}
abstract IsMapHeader : bool with get
Property Value
Type:
Booleantrue if this instance is positioned to map header; otherwise,
false.
See Also