Пример #1
0
 public IntPtr PyInt_FromLong(IntPtr value)
 {
     return(Runtime_Windows.PyInt_FromLong(value));
 }