Ejemplo n.º 1
0
 private static string PrintLongLong(PyLongLong ll)
 {
     return("[PyLongLong " + ll.Value + "]");
 }
Ejemplo n.º 2
0
 private static string PrintLongLong(PyLongLong ll)
 {
     return "[PyLongLong " + ll.Value + "]";
 }