Creates an instance of ExpressionOperators that receieves two strings (AND, OR operators) as parameters
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public ExpressionOperators( string andOperator, string orOperator )
public ExpressionOperators( string andOperator, string orOperator )
Public Sub New ( andOperator As String, orOperator As String )
Public Sub New ( andOperator As String, orOperator As String )
public: ExpressionOperators( String^ andOperator, String^ orOperator )
public: ExpressionOperators( String^ andOperator, String^ orOperator )
new : andOperator : string * orOperator : string -> ExpressionOperators
new : andOperator : string * orOperator : string -> ExpressionOperators
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120