System::Collections::Generic::IDictionary::CopyTo metod

IDictionary::CopyTo method

Kopierar dictionary‑innehåll till befintliga array‑element.

virtual void System::Collections::Generic::IDictionary<TKey, TValue>::CopyTo(ArrayPtr<KeyValuePair<TKey, TValue>> arr, int index) override
ParameterTypeBeskrivning
arrArrayPtr<KeyValuePair<TKey, TValue>>Destinationsarray.
indexintStartindex för destinationsarrayen.

Se även