예제 #1
0
 public IntPtr PyIter_Next(IntPtr pointer)
 {
     return(Runtime_Windows.PyIter_Next(pointer));
 }