Пример #1
0
 /// <summary>
 /// The object user should call this method when they finished with the object. In .NET is magaged by the GC.
 /// </summary>
 public void Dispose()
 {
     CAPI.LASReader_Destroy(hReader);
     // Clean up unmanaged resources here.
     // Dispose other contained disposable objects.
 }