Share via


ThreadSafeReadOnlyObservableCollection<T>.CopyTo Method (Array, Int32)

 

Copies the elements of the collection to an array, starting at a specified index.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

public void CopyTo(
    Array array,
    int index
)
public:
virtual void CopyTo(
    Array^ array,
    int index
) sealed
Public Sub CopyTo (
    array As Array,
    index As Integer
)

Parameters

  • array
    Type: System.Array

    The one-dimensional Array that is the destination of the elements copied from collection.

  • index
    Type: System.Int32

    The zero-based index in array at which copying begins.

Implements

ICollection.CopyTo(Array, Int32)

See Also

CopyTo Overload
ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top