Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.ArrayThe one-dimensional Array that is the destination of the elements copied from collection.
index
Type: System.Int32The 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