다음을 통해 공유


EndPointCollection.CopyTo Method

Copies this collection to another collection.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

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

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

Parameters

  • index
    Type: System.Int32

    The zero-based index to start copying to.

See Also

Reference

EndPointCollection Class

EndPointCollection Members

Microsoft.PerformancePoint.Scorecards Namespace