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
ParameterTypBeskrivning
arrArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>>Målararray.
indexintIndex i destinationsarrayen.

Se även