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