TupleNodeCollection.CopyTo Method

Copies this collection to another TupleNodeCollection 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 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

See Also

Reference

TupleNodeCollection Class

TupleNodeCollection Members

Microsoft.PerformancePoint.Scorecards Namespace