Ejemplo n.º 1
0
 public IntPtr PyList_GetSlice(IntPtr pointer, int start, int end)
 {
     return(Runtime_Windows.PyList_GetSlice(pointer, start, end));
 }