ResourceReleaserTDispose Method |
Disposes the ResourceReleaser.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax Implements
IDisposableDisposeRemarks Upon disposal, the ResourceReleaser will invoke the original action passed to it in the construction,
passing in the original val from the constructor. ResourceReleaser does not check val for null. That is up to the
action.
See Also