Click or drag to resize
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.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public override sealed void Add(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
value
Type: TValue
Exceptions
ExceptionCondition
ArgumentExceptionkey is not within the range of this view.
See Also