Namespace:  Endeca.Web.Url.Seo.Utility
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)

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.

Implements

ICollection<(Of <(T>)>)..::.Add(T)

See Also