ReportObject.SwapValue<T> Delegate

Definition

Represents the SwapValue`1 object.

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)

Type Parameters

T

The type of the value.

Parameters

newValue
T

The new value of the object.

oldValue
T

The old value of the object.

Applies to