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

ConcurrentDictionary::CopyTo method

Copie les éléments du conteneur dans les éléments existants du tableau.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> arr, int index) override
ParamètreTypeDescription
arrArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>>Tableau de destination.
indiceintIndice dans le tableau de destination.

Voir aussi