Exemplo n.º 1
0
 public static string Visit(Values.String value)
 {
     return(value.GetValue());
 }
Exemplo n.º 2
0
 public static string GetPrimitiveValue(Values.String value)
 {
     return(value.GetValue());
 }