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

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

Syntax

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

Parameters

key
Type: TSecond
A value in the second set.

Return Value

The corresponding value in the first set.

See Also