This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::ICollection::CopyTo Method

Copies the contents of this dictionary to the specified array, starting at the specified index.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

private:
virtual void CopyTo(
	Array^ array, 
	int index
) sealed = ICollection::CopyTo

Parameters

array
Type: System::Array

The target array that will receive the contents of the copy.

index
Type: System::Int32

The first index in the target array from which the copied contents will start.

Implements

ICollection::CopyTo(Array, Int32)

Show: