Exemplo n.º 1
0
 private static string ToString (Runtime.IConcreteValue value)
 {
     return value.Accept (new Runtime.ArgumentPrinter());
 }