Share via


TupleNodeCollection.CopyTo Method (Microsoft.PerformancePoint.Scorecards)

Copies 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 TupleNodeCollection, _
    index As Integer _
)
'Usage
Dim instance As TupleNodeCollection
Dim list As TupleNodeCollection
Dim index As Integer

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

Parameters

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

See Also

Reference

TupleNodeCollection Class
TupleNodeCollection Members
Microsoft.PerformancePoint.Scorecards Namespace