Share via


NamedSetCollection.CopyTo Method (Microsoft.PerformancePoint.Scorecards)

Copies this collection to another collection starting at a specific index.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Sub CopyTo ( _
    list As NamedSetCollection, _
    index As Integer _
)
'Usage
Dim instance As NamedSetCollection
Dim list As NamedSetCollection
Dim index As Integer

instance.CopyTo(list, index)
public virtual void CopyTo (
    NamedSetCollection list,
    int index
)

Parameters

  • list
    The collection to copy into.
  • index
    The index to start copying from.

See Also

Reference

NamedSetCollection Class
NamedSetCollection Members
Microsoft.PerformancePoint.Scorecards Namespace