Clones the members of this object into the passed in clone.
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected override void CloneMembers(
Object clone
)
Protected Overrides Sub CloneMembers (
clone As Object
)
Parameters
- clone
- Type: SystemObject
The clone.
Remarks Only copies data which is read from .tasks file, as this method is used to make a copy for the runtime queue
See Also