AsyncLocalValueChangedArgs<T>.PreviousValue プロパティ

定義

データの前の値を取得します。

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

プロパティ値

T

データの前の値。

適用対象