Share via


TupleCollection.CopyTo Method (Microsoft.PerformancePoint.Scorecards)

Copy this collection to the supplied collection.

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

Syntax

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

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

Parameters

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

See Also

Reference

TupleCollection Class
TupleCollection Members
Microsoft.PerformancePoint.Scorecards Namespace