Ejemplo n.º 1
0
 public static string Copy(string str)
 {
     return(Intrinsics.ToCILString(new javaString(str)));
 }