Struct DrawnView.TimedDisposable
public readonly struct DrawnView.TimedDisposable : IDisposable
- Implements
- Inherited Members
- Extension Methods
Constructors
TimedDisposable(IDisposable)
public TimedDisposable(IDisposable disposable)
Parameters
disposableIDisposable
Properties
Disposable
public IDisposable Disposable { get; }
Property Value
EnqueuedTime
public DateTime EnqueuedTime { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()