Looks up a key in the first set and returns the corresponding value from the second set.

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

Syntax

C#
TSecond LookupFirst(
	TFirst key
)
Visual Basic (Declaration)
Function LookupFirst ( _
	key As TFirst _
) As TSecond
Visual C++
TSecond LookupFirst(
	TFirst key
)

Parameters

key
Type: TFirst
A value in the first set.

Return Value

The corresponding value in the second set.

See Also