public interface IInheritableScopeInstance<out T> : IDisposable,
IAsyncDisposable
where T : class
Public Interface IInheritableScopeInstance(Of Out T As Class)
Inherits IDisposable, IAsyncDisposablegeneric<typename T>
where T : ref class
public interface class IInheritableScopeInstance : IDisposable,
IAsyncDisposabletype IInheritableScopeInstance<'T when 'T : not struct> =
interface
interface IDisposable
interface IAsyncDisposable
end| Value | Значение, область видимости которого определяется. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Унаследован от IDisposable) |
| DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. (Унаследован от IAsyncDisposable) |