Share via


FirstClassElementCollectionBase<ElementCollectionType, ElementType>.AddRange Method

Adds the properties in the 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 FirstClassElementCollectionBase
Dim collection As ICollection(Of ElementType)

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

Parameters

See Also

Reference

FirstClassElementCollectionBase<ElementCollectionType, ElementType> Class

FirstClassElementCollectionBase<ElementCollectionType, ElementType> Members

Microsoft.PerformancePoint.Scorecards Namespace