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