Table of Contents

Struct DrawnView.TimedDisposable

Namespace
DrawnUi.Views
Assembly
DrawnUi.Maui.dll
public readonly struct DrawnView.TimedDisposable : IDisposable
Implements
Inherited Members
Extension Methods

Constructors

TimedDisposable(IDisposable)

public TimedDisposable(IDisposable disposable)

Parameters

disposable IDisposable

Properties

Disposable

public IDisposable Disposable { get; }

Property Value

IDisposable

EnqueuedTime

public DateTime EnqueuedTime { get; }

Property Value

DateTime

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()