mirror of https://github.com/SixLabors/ImageSharp
Browse Source
As Image does not have unmanaged resources and does not implement finalizer method, there's no need for disposable pattern with a pair of Dispose() & Dispose(bool). Due Dispose(bool) was changed to DisposeManaged().pull/1629/head
2 changed files with 4 additions and 11 deletions
Loading…
Reference in new issue