Click or drag to resize
RepositoryLocationsCollectionClone Method
Creates a new object that is a copy of the current instance.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public Object Clone()

Return Value

Type: Object
A new object that is a copy of this instance.

Implements

ICloneableClone
See Also