System::Collections::Generic::IDictionary::CopyTo method

IDictionary::CopyTo 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
ParameterTypeDescription
arrArrayPtr<KeyValuePair<TKey, TValue>>Destination array.
indexintDestination array start index.

See Also