MemberCollection.AddRange Method
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 Sub AddRange ( _
c As ICollection(Of Member) _
)
'Usage
Dim instance As MemberCollection
Dim c As ICollection(Of Member)
instance.AddRange(c)
public void AddRange(
ICollection<Member> c
)
Parameters
c
Type: System.Collections.Generic.ICollection<Member>The collection to add.