Click or drag to resize
TmplItemClone Method

[This is preliminary documentation and is subject to change.]

Implements the Clone method of the ICloneable interface. Enables deep copying of this object as opposed to the shallow copying of MemberwiseCopy

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public Object Clone()

Return Value

Type: Object

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.Clone"]

Implements

ICloneableClone
See Also