Rebuilds the index.

Namespace:  Mindscape.LightSpeed.Search
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public void Rebuild(
	params Type[] types
)
Visual Basic (Declaration)
Public Sub Rebuild ( _
	ParamArray types As Type() _
)

Parameters

types
Type: array< System..::.Type >[]()[]
A collection of LightSpeed types that should be indexed.

See Also