コード例 #1
0
ファイル: Dict.cs プロジェクト: chihsiliu1966/lcmsNET
 private IntPtr GetFirst(IntPtr handle)
 {
     return(Interop.DictGetEntryList(handle));
 }