CopyTo()

IDictionary::CopyTo(ArrayPtr<KeyValuePair<TKey, TValue>>, int) method

Copies dictionary contents into existing array elements.

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

Arguments

ParameterTypeDescription
arrArrayPtr<KeyValuePair<TKey, TValue>>Destination array.
indexintDestination array start index.

See Also