AsyncLocalValueChangedArgs<T>.CurrentValue 属性
定义
获取数据的当前值。Gets the data's current value.
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
数据的当前值。The data's current value.