The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ConcurrentDictionary<TKey, TValue>::ICollection<KeyValuePair<TKey, TValue>>::CopyTo Method (array<KeyValuePair<TKey, TValue>>^, Int32)
Copies the elements of the ICollection to an array, starting at the specified array index.
Assembly: mscorlib (in mscorlib.dll)
private: virtual void CopyTo( array<KeyValuePair<TKey, TValue>>^ array, int index ) sealed = ICollection<KeyValuePair<TKey, TValue>>::CopyTo
Parameters
- array
-
Type:
array<System.Collections.Generic::KeyValuePair<TKey, TValue>>^
The one-dimensional array that is the destination of the elements copied from the ICollection. The array must have zero-based indexing.
- index
-
Type:
System::Int32
The zero-based index in array at which copying begins.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: