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