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