ReportObject.SwapValue<T> Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.