Click or drag to resize
IFdfUpgradeableUpgradeTo Method
Upgrades this object instance to specified object instance.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
void UpgradeTo(
	IFdfUpgradeable other
)

Parameters

other
Type: FDF.CommonIFdfUpgradeable
Remarks
After upgrading, this object's instance version becomes specified object's version.
See Also