An interface for symmetric maps between two sets of values.

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#
public interface ISymmetricMap<TFirst, TSecond>
Visual Basic (Declaration)
Public Interface ISymmetricMap(Of TFirst, TSecond)
Visual C++
generic<typename TFirst, typename TSecond>
public interface class ISymmetricMap

Type Parameters

TFirst
The type of the values in the first set.
TSecond
The type of the values in the second set.

See Also