Share via


ActualCollection.Clone method

Performs a deep copy of this collection.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overrides Function Clone As ActualCollection
'Usage
Dim instance As ActualCollection
Dim returnValue As ActualCollection

returnValue = instance.Clone()
public override ActualCollection Clone()

Return value

Type: Microsoft.PerformancePoint.Scorecards.ActualCollection
A clone of the current instance.

See also

Reference

ActualCollection class

ActualCollection members

Microsoft.PerformancePoint.Scorecards namespace