Beispiel #1
0
 public IntPtr PyList_GetItem(IntPtr pointer, int index)
 {
     return(Runtime_Windows.PyList_GetItem(pointer, index));
 }