IInheritableScopeInstanceT - интерфейс |
Экземпляр для наследуемой области видимости объекта заданного типа.
Область видимости существует в контексте текущего потока.
Наследуемость определяется тем, что во вложенных областях видимости возвращается тот же объект,
что был создан для внешней области видимости.
Пространство имён:
Tessa.Platform.Scopes
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public interface IInheritableScopeInstance<out T> : IDisposable,
IAsyncDisposable
where T : class
Public Interface IInheritableScopeInstance(Of Out T As Class)
Inherits IDisposable, IAsyncDisposable
generic<typename T>
where T : ref class
public interface class IInheritableScopeInstance : IDisposable,
IAsyncDisposable
type IInheritableScopeInstance<'T when 'T : not struct> =
interface
interface IDisposable
interface IAsyncDisposable
end
Параметры типа
- T
- Ссылочный тип значения, область видимости которого определяется.
Тип IInheritableScopeInstanceT предоставляет следующие члены.
Свойства Методы
| Имя | Описание |
---|
| 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.) |
В начало страницыСм. также