Share via


ElementCollectionBase<ElementCollectionType, ElementType>.AddRange Method

Adds the objects in the specified collection to this collection.

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

Syntax

'Declaration
Public Sub AddRange ( _
    collection As ICollection(Of ElementType) _
)
'Usage
Dim instance As ElementCollectionBase
Dim collection As ICollection(Of ElementType)

instance.AddRange(collection)
public void AddRange(
    ICollection<ElementType> collection
)

Parameters

See Also

Reference

ElementCollectionBase<ElementCollectionType, ElementType> Class

ElementCollectionBase<ElementCollectionType, ElementType> Members

Microsoft.PerformancePoint.Scorecards Namespace