AsyncLocalValueChangedArgs<T>.CurrentValue 属性

定义

获取数据的当前值。

public:
 property T CurrentValue { T get(); };
public T CurrentValue { get; }
public T? CurrentValue { get; }
member this.CurrentValue : 'T
Public ReadOnly Property CurrentValue As T

属性值

T

数据的当前值。

适用于