FirstClassElementCollectionBase<ElementCollectionType, ElementType>.Clone Method
Performs a deep copy of this object.
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
A clone of the current instance.
See Also
Reference
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Class
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Members