CopyTo()

ConcurrentDictionary::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>>, int) method

Copies container elements to existing array elements.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> arr, int index) override

Arguments

ParameterTypeDescription
arrArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>>Destination array.
indexintIndex in destination array.

See Also