Initializes a new instance of the BinaryOperator class.

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

Syntax

C#
protected BinaryOperator(
	string op
)
Visual Basic (Declaration)
Protected Sub New ( _
	op As String _
)

Parameters

op
Type: System..::.String
The operator.

See Also