Microsoft.R.Core.AST.Operators.TokenOperator.TokenOperator C# (CSharp) Method

TokenOperator() public method

public TokenOperator ( OperatorType operatorType, bool unary ) : System.Diagnostics
operatorType OperatorType
unary bool
return System.Diagnostics
        public TokenOperator(OperatorType operatorType, bool unary) :
            this(unary) {
            OperatorType = operatorType;
        }

Same methods

TokenOperator::TokenOperator ( bool firstInExpression ) : System.Diagnostics