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.