ReportObject.SwapValue<T> 代理人

定義

SwapValue'1 オブジェクトを表します。

protected: generic <typename T>
delegate void ReportObject::SwapValue(T newValue, [Runtime::InteropServices::Out] T % oldValue);
protected delegate void ReportObject.SwapValue<T>(T newValue, out T oldValue);
Protected Delegate Sub ReportObject.SwapValue(Of T)(newValue As T, ByRef oldValue As T)

型パラメーター

T

値の型。

パラメーター

newValue
T

オブジェクトの新しい値。

oldValue
T

オブジェクトの古い値。

適用対象