DictionaryMessagePackSerializerBaseTDictionary, TKey, TValueAddItem Method |
Namespace: MsgPack.Serialization.CollectionSerializersAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected virtual void AddItem(
TDictionary dictionary,
TKey key,
TValue value
)
Protected Overridable Sub AddItem (
dictionary As TDictionary,
key As TKey,
value As TValue
)
protected:
virtual void AddItem(
TDictionary dictionary,
TKey key,
TValue value
)
abstract AddItem :
dictionary : 'TDictionary *
key : 'TKey *
value : 'TValue -> unit
override AddItem :
dictionary : 'TDictionary *
key : 'TKey *
value : 'TValue -> unit
Parameters
- dictionary
- Type: TDictionary
The dictionary to be added. - key
- Type: TKey
The key to be added. - value
- Type: TValue
The value to be added.
Exceptions See Also