Click or drag to resize
DictionaryMessagePackSerializerBaseTDictionary, TKey, TValueGetCount Method
When overridden in derived class, returns count of the dictionary.

Namespace: MsgPack.Serialization.CollectionSerializers
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected abstract int GetCount(
	TDictionary dictionary
)

Parameters

dictionary
Type: TDictionary
A collection. This value will not be null.

Return Value

Type: Int32
The count of the dictionary.
See Also