示例#1
0
 internal object ToString(IOperatorType operatorType)
 {
     return(operatorType.Not);
 }
示例#2
0
 public ToStringVisitor(IOperatorType operatorType)
 {
     _operatorType = operatorType;
 }