Delegate UpgradeModule.Patch
Delegate Patch
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public delegate bool UpgradeModule.Patch(SystemGraphData ctx, VersionedStruct upgradedStruct)
Parameters
Type | Name | Description |
---|---|---|
SystemGraphData | ctx | The SystemGraphData context. |
VersionedStruct | upgradedStruct | The upgraded structure. |
Returns
Type | Description |
---|---|
bool |
|