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