Share via


ParameterMappingCollection.AddRange Method (Microsoft.PerformancePoint.Scorecards)

Adds the elements of a collection to the end of 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 ParameterMappingCollection
Dim c As ICollection

instance.AddRange(c)
public void AddRange (
    ICollection c
)

Parameters

  • c
    Collection to add.

See Also

Reference

ParameterMappingCollection Class
ParameterMappingCollection Members
Microsoft.PerformancePoint.Scorecards Namespace