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

ConcurrentDictionary::CopyTo method

Copia los elementos del contenedor a los elementos existentes de la matriz.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> arr, int index) override
ParámetroTipoDescripción
arrArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>>Matriz de destino.
indexintIndex en el arreglo de destino.

Ver también