Clone Method
See Also 
SourceCode.Workflow.Authoring Namespace > CodeFileTemplate Class : Clone Method



Glossary Item Box

Creates a new object that is a copy of the current instance.

Overload List

OverloadDescription
Clone<T>() Creates a new object that is a copy of the current instance.  
Clone<T>(Guid) Creates a new object that is a copy of the current instance with the specified new unique identifier. (Inherited from SourceCode.Framework.PersistableObject)

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also