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