This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::ICollection::CopyTo Method
Visual Studio 2013
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)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: