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.
Add the objects from another collection to this collection.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub AddRange ( _
c As ICollection _
)
'Usage
Dim instance As TupleNodeCollection
Dim c As ICollection
instance.AddRange(c)
public void AddRange(
ICollection c
)
Parameters
c
Type: System.Collections.ICollectionThe collection to add.