Click or drag to resize
DictionaryMessagePackSerializerTDictionary, TKey, TValueGetCount Method
Returns count of the dictionary.

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