ElementCollection.System.ICloneable.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
Private Function System.ICloneable.Clone As Object Implements ICloneable.Clone
'Usage
Dim instance As ElementCollection(Of ElementCollectionType, ElementType)
Dim returnValue As Object
returnValue = CType(instance, ICloneable).Clone
Object ICloneable.Clone ()
Return Value
The new collection. See the list of derived classes.
See Also
Reference
ElementCollection Generic Class
ElementCollection Members
Microsoft.PerformancePoint.Scorecards Namespace