ReadOnlyDictionaryBaseTKey, TValueICollectionKeyValuePairTKey, TValueAdd Method

CVB.Net Documentation

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

void ICollection<KeyValuePair<TKey, TValue>>.Add(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)
Exceptions

See Also

Reference