OrderedMultiDictionaryTKey, TValueViewAdd Method (TKey, TValue) |
Adds the given key-value pair to the underlying dictionary of this view.
If key is not within the range of this view, an
ArgumentException is thrown.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override sealed void Add(
TKey key,
TValue value
)
public:
virtual void Add(
TKey key,
TValue value
) override sealed
Parameters
- key
- Type: TKey
- value
- Type: TValue
Exceptions
See Also