YAMP.BinaryOperator.BinaryOperator C# (CSharp) Method

BinaryOperator() public method

Creates a new binary operator.
public BinaryOperator ( String op, Int32 level ) : System
op String The operator string.
level System.Int32 The operator level.
return System
        public BinaryOperator(String op, Int32 level)
            : base(op, level)
        {
            Expressions = 2;
        }