Adds KeyValuePair<(Of <(TKey, TValue>)>) to dictionary.
Namespace:
Endeca.Web.Url.Seo.UtilityAssembly: Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
Syntax
| C# |
|---|
public void Add( KeyValuePair<T, U> item ) |
| Visual Basic (Declaration) |
|---|
Public Sub Add ( _ item As KeyValuePair(Of T, U) _ ) |
| Visual C++ |
|---|
public: virtual void Add( KeyValuePair<T, U> item ) sealed |
Parameters
- item
- Type: System.Collections.Generic..::.KeyValuePair<(Of <(T, U>)>)
KeyValuePair<(Of <(TKey, TValue>)>) to add to dictionary.