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