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