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

データの現在の値。

適用対象