Interface IDisposableEx
Extends the base System.
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. |