Initializes a new instance of the IndexValues class.

Namespace: Simol.Indexing
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public IndexValues(
	string id
)
Visual Basic
Public Sub New ( _
	id As String _
)
Visual C++
public:
IndexValues(
	String^ id
)

Parameters

id
Type: System..::..String
The item id.

See Also