FirstClassElementCollectionBase<ElementCollectionType, ElementType>.Clone method
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 FirstClassElementCollectionBase
Dim returnValue As ElementCollectionType
returnValue = instance.Clone()
public virtual ElementCollectionType Clone()
Return value
Type: ElementCollectionType
The new collection. See the list of derived classes.
See also
Reference
FirstClassElementCollectionBase<ElementCollectionType, ElementType> class
FirstClassElementCollectionBase<ElementCollectionType, ElementType> members