DictionaryMessagePackSerializerBaseTDictionary, TKey, TValueGetCount Method |
When overridden in derived class, returns count of the dictionary.
Namespace: MsgPack.Serialization.CollectionSerializersAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected abstract int GetCount(
TDictionary dictionary
)
Protected MustOverride Function GetCount (
dictionary As TDictionary
) As Integer
protected:
virtual int GetCount(
TDictionary dictionary
) abstract
abstract GetCount :
dictionary : 'TDictionary -> int
Parameters
- dictionary
- Type: TDictionary
A collection. This value will not be null.
Return Value
Type:
Int32The count of the
dictionary.
See Also