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