コード例 #1
0
ファイル: Sq.Managed.cs プロジェクト: bartwe/SqNET
 /// <summary></summary>
 public void Dispose()
 {
     Unmanaged.Close(Pointer);
 }