IScope<T> 接口

定义

提供一个抽象,用于序列化对 using 块代码范围的项的访问。

public interface IScope<T>
type IScope<'T> = interface
Public Interface IScope(Of T)

类型参数

T

项类型。

派生

方法

WithScopeAsync(T, CancellationToken)

输入按项键入的代码范围。

适用于