Share via


CommentCollection.AddRange Method (Microsoft.PerformancePoint.Scorecards)

Adds a 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 CommentCollection
Dim collection As ICollection

instance.AddRange(collection)
public virtual void AddRange (
    ICollection collection
)

Parameters

  • collection
    The collection to add.

See Also

Reference

CommentCollection Class
CommentCollection Members
Microsoft.PerformancePoint.Scorecards Namespace