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

IDictionary::CopyTo method

Kopierar ordboksinnehåll till befintliga array‑element.

virtual void System::Collections::Generic::IDictionary<TKey, TValue>::CopyTo(ArrayPtr<KeyValuePair<TKey, TValue>> arr, int index) override
ParameterTypBeskrivning
arrArrayPtr<KeyValuePair<TKey, TValue>>Målararray.
indexintStartindex för destinationsarray.

Se även