Class NullDisposable
- Namespace
- Acuit.Pinpoint.Common.Disposables
- Assembly
- Acuit.Pinpoint.Common.dll
A disposable that does nothing when disposed.
public sealed class NullDisposable : IDisposable
- Inheritance
-
NullDisposable
- Implements
- Inherited Members
Constructors
NullDisposable()
public NullDisposable()
Properties
Instance
Gets the singleton instance of NullDisposable.
public static NullDisposable Instance { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()