ElementCollectionBase<ElementCollectionType, ElementType>.AddRange-Methode
Fügt das in dieser Auflistung der angegebenen Auflistung.
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
)
Parameter
collection
Typ: System.Collections.Generic.ICollection<ElementType>Die hinzuzufügende Auflistung.
Siehe auch
Referenz
ElementCollectionBase<ElementCollectionType, ElementType> Klasse
ElementCollectionBase<ElementCollectionType, ElementType>-Member