System::Collections::Concurrent::ConcurrentDictionary::CopyTo-Methode

ConcurrentDictionary::CopyTo method

Kopiert Container‑Elemente in vorhandene Array‑Elemente.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> arr, int index) override
ParameterTypBeschreibung
arrArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>>Ziel-Array.
IndexintIndex im Zielarray.

Siehe auch