Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual void CloneMembers(
	Object clone
)

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