Share via


TupleNodeCollection.AddRange Method (Microsoft.PerformancePoint.Scorecards)

Add elements of a collection to this one.

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
    Collection to add.

See Also

Reference

TupleNodeCollection Class
TupleNodeCollection Members
Microsoft.PerformancePoint.Scorecards Namespace