Initializes a new instance of the IndexBuilder class.

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

Syntax

C#
public IndexBuilder(
	ISimol simol
)
Visual Basic
Public Sub New ( _
	simol As ISimol _
)
Visual C++
public:
IndexBuilder(
	ISimol^ simol
)

Parameters

simol
Type: Simol..::..ISimol
The simol instance.

See Also