Click or drag to resize
UnpackerItemsCount Property
Gets the items count for current array or map.

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

Property Value

Type: Int64
The items count for current array or map.
Exceptions
ExceptionCondition
InvalidOperationException Both of the IsArrayHeader and IsMapHeader are false.
See Also