UnpackerItemsCount Property |
Gets the items count for current array or map.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public abstract long ItemsCount { get; }
Public MustOverride ReadOnly Property ItemsCount As Long
Get
public:
virtual property long long ItemsCount {
long long get () abstract;
}
abstract ItemsCount : int64 with get
Property Value
Type:
Int64
The items count for current array or map.
Exceptions See Also