コード例 #1
0
ファイル: Sq.Managed.cs プロジェクト: bartwe/SqNET
 public uint GetHash(int idx)
 {
     return(Unmanaged.GetHash(Pointer, idx));
 }