コード例 #1
0
 public static string CSharpValue(this ExpressionObsolete value, CSharpExpressionPrinter printer)
 {
     return value.Visit(printer);
 }