MultiDictionaryBaseTKey, TValueAdd Method (TKey, TValue) |
Adds a new key-value pair to the dictionary. This method must be overridden in the derived class.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic abstract void Add(
TKey key,
TValue value
)
public:
virtual void Add(
TKey key,
TValue value
) abstract
Parameters
- key
- Type: TKey
Key to add. - value
- Type: TValue
Value to associated with the key.
Exceptions
See Also