Click or drag to resize
CollectionMessagePackSerializerBaseTCollection, TItemGetCount Method
When overridden in derived class, returns count of the collection.

Namespace: MsgPack.Serialization.CollectionSerializers
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected abstract 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