Esempio n. 1
0
 string ICriteriaVisitor <string> .Visit(UnaryOperator theOperator)
 {
     return(BaseFormatterHelper.DefaultFormatUnary(theOperator.OperatorType, Process(theOperator.Operand)));
 }