Share via


ThreadSafeReadOnlyObservableCollection<T>.CopyTo Method

 

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

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

Overload List

Name Description
System_CAPS_pubmethod CopyTo(T[], Int32)

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

System_CAPS_pubmethod CopyTo(Array, Int32)

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

See Also

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

Return to top