TaskGroupElementCloneMembers Method  | 
 
            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.4.0.0 (5.4.0)
Syntaxprotected virtual void CloneMembers(
	Object clone
)
Protected Overridable 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