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

ConcurrentDictionary::CopyTo method

Kopierar behållarelement till befintliga arrayelement.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> arr, int index) override
ParameterTypeBeskrivning
arrArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>>Destinationsarray.
indexintIndex i målarrayen.

Se även