Share via


ElementCollection.Clone Method (Microsoft.PerformancePoint.Scorecards)

Performs a deep copy of the collection.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Function Clone As ElementCollectionType
'Usage
Dim instance As ElementCollection(Of ElementCollectionType, ElementType)
Dim returnValue As ElementCollectionType

returnValue = instance.Clone
public virtual ElementCollectionType Clone ()

Return Value

The new collection. See the list of derived classes.

See Also

Reference

ElementCollection Generic Class
ElementCollection Members
Microsoft.PerformancePoint.Scorecards Namespace