Click or drag to resize
CollectionMessagePackSerializerTCollection, TItemGetCount Method
Returns count of the collection.

Namespace: MsgPack.Serialization.CollectionSerializers
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected override int GetCount(
	TCollection collection
)

Parameters

collection
Type: TCollection
A collection. This value will not be null.

Return Value

Type: Int32
The count of the collection.
See Also