Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
collection
Type: System.Collections.Generic.ICollection<ElementType>The collection to add.
See Also
Reference
ElementCollectionBase<ElementCollectionType, ElementType> Class
ElementCollectionBase<ElementCollectionType, ElementType> Members