TupleCollection.CopyTo Method

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

  • index
    Type: System.Int32

    The zero-based index to start copying to.

Exceptions

Exception Condition
ArgumentNullException

Thrown if index is a null reference (Nothing in Visual Basic).

See Also

Reference

TupleCollection Class

TupleCollection Members

Microsoft.PerformancePoint.Scorecards Namespace