Namespace:
Endeca.Data
Assembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Assembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
void ICollection<KeyValuePair<TKey, TValue>>.Add( KeyValuePair<TKey, TValue> item ) |
| Visual Basic (Declaration) |
|---|
Private Sub Add ( _ item As KeyValuePair(Of TKey, TValue) _ ) Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Add |
| Visual C++ |
|---|
private: virtual void Add( KeyValuePair<TKey, TValue> item ) sealed = ICollection<KeyValuePair<TKey, TValue>>::Add |
Parameters
- item
- Type: System.Collections.Generic..::.KeyValuePair<(Of <(TKey, TValue>)>)