Class DisposableUtil
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Fundamentals.dll
public static class DisposableUtil
- Inheritance
-
DisposableUtil
- Inherited Members
Methods
- Free<T>(ref T?)
Disposes the given object reference, if it is non-null. If the reference is non-null, it will then be set to null.
- Free<T>(ref T?, bool)
Disposes the given object reference, if it is non-null. If the reference is non-null, it will then be set to null.