示例#1
0
 private BinaryOperator(int precedence, string tokenText, string methodName, BinaryOperatorAttributes attributes)
     : base(precedence, tokenText, methodName)
 {
     _attributes = attributes;
 }
示例#2
0
 private BinaryOperator(int precedence, string tokenText, string methodName, BinaryOperatorAttributes attributes)
     : base(precedence, tokenText, methodName)
 {
     _attributes = attributes;
 }