Creates an indexed result using the given result.

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

Syntax

C#
public IndexedResult(
	T result
)
Visual Basic (Declaration)
Public Sub New ( _
	result As T _
)
Visual C++
public:
IndexedResult(
	T result
)

Parameters

result
Type: T
The object to be indexed.

See Also