System::Collections::Concurrent::ConcurrentDictionary::CopyTo method

ConcurrentDictionary::CopyTo method

Kopieert container‑elementen naar bestaande array‑elementen.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> arr, int index) override
ParameterTypeBeschrijving
arrArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>>Doel-array.
indexintIndex in bestemmingsarray.

Zie ook