Méthode System::Collections::Concurrent::ConcurrentDictionary::CopyTo

ConcurrentDictionary::CopyTo method

Copie les éléments du conteneur vers des éléments de tableau existants.

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