Collection of logic operators, containing the default pair (AND,OR)
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ArrayList ExpressionOperatorsCollection { get; set; }
Public Property ExpressionOperatorsCollection As ArrayList
public: property ArrayList^ ExpressionOperatorsCollection { ArrayList^ get (); void set (ArrayList^ value); }