ReportObject::SwapValue<T> Delegate

 

Updated: February 25, 2016

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

generic<typename T>
protected delegate void SwapValue(
	T newValue,
	[OutAttribute] T% oldValue
)

Parameters

newValue
Type: T

oldValue
Type: T%

Return to top
Show: