Initializes a new instance of the SelectUtils class.

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

Syntax

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

Parameters

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

See Also