Share via


DiffCollection.CopyTo method

Copies this collection to another 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 DiffCollection, _
    index As Integer _
)
'Usage
Dim instance As DiffCollection
Dim list As DiffCollection
Dim index As Integer

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

Parameters

See also

Reference

DiffCollection class

DiffCollection members

Microsoft.PerformancePoint.Scorecards namespace