Creates an instance of ExpressionOperators that receieves two strings (AND, OR operators) as parameters
Declaration Syntax
C# | Visual Basic |
public ExpressionOperators( string andOperator, string orOperator )
Public Sub New ( andOperator As String, orOperator As String )
Parameters
- andOperator (String)
- String used as AND operator
- orOperator (String)
- String used as OR operator
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610