示例#1
0
 public IntPtr PyDict_Keys(IntPtr pointer)
 {
     return(Runtime_Posix.PyDict_Keys(pointer));
 }