Returns item associated with the given key.

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

Syntax

C#
public U this[
	T key
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	key As T _
) As U
Visual C++
public:
virtual property U default[T key] {
	U get (T key) sealed;
	void set (T key, U value) sealed;
}

Parameters

key
Type: T

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Item[([(TKey])])

See Also