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

資料先前的值。

適用於