Click or drag to resize

PartialDictionaryTKey, TBaseValue, TDerivValueAdd(KeyValuePairTKey, TDerivValue) Method

Adds an item to the ICollectionT.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void Add(
	KeyValuePair<TKey, TDerivValue> item
)

Parameters

item  KeyValuePairTKey, TDerivValue
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
NotSupportedExceptionThe ICollectionT is read-only.
See Also