RepositoryListCollection.CopyTo Method
Copies this collection to another RepositoryListCollection 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 RepositoryListCollection, _
index As Integer _
)
'Usage
Dim instance As RepositoryListCollection
Dim list As RepositoryListCollection
Dim index As Integer
instance.CopyTo(list, index)
public virtual void CopyTo(
RepositoryListCollection list,
int index
)
Parameters
list
Type: Microsoft.PerformancePoint.Scorecards.RepositoryListCollectionThe target collection.
index
Type: System.Int32The zero-based index in the target collection to start copying to.
See Also
Reference
RepositoryListCollection Class