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