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 Overridable Sub AddRange ( _
collection As ICollection _
)
'Usage
Dim instance As DiffCollection
Dim collection As ICollection
instance.AddRange(collection)
public virtual void AddRange(
ICollection collection
)
Parameters
collection
Type: System.Collections.ICollectionThe collection to add.