Interface IDisposableEx

Extends the base System.IDisposable interface with several new features

Namespace: Solti.Utils.Primitives.Patterns
Assembly: Solti.Utils.Primitives.dll
Syntax
public interface IDisposableEx

Properties

Disposed

Indicates that the current object has already been disposed.

Declaration
bool Disposed { get; }
Property Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX