Beispiel #1
0
 public IntPtr PyList_New(int size)
 {
     return(Runtime_Windows.PyList_New(size));
 }