コード例 #1
0
ファイル: InteropWindows.cs プロジェクト: paloukari/pythonnet
 public IntPtr PyDict_GetItemString(IntPtr pointer, string key)
 {
     return(Runtime_Windows.PyDict_GetItemString(pointer, key));
 }