RepositoryLocationCollection.CopyTo method

Copies this collection to another RepositoryLocationCollection collection, starting at the specified index.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

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

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

Parameters

  • index
    Type: System.Int32

    The zero-based index in the target collection to start copying to.

See also

Reference

RepositoryLocationCollection class

RepositoryLocationCollection members

Microsoft.PerformancePoint.Scorecards namespace