System::Collections::Generic::IDictionary::CopyTo methode

IDictionary::CopyTo method

Kopieert de inhoud van het woordenboek naar bestaande array‑elementen.

virtual void System::Collections::Generic::IDictionary<TKey, TValue>::CopyTo(ArrayPtr<KeyValuePair<TKey, TValue>> arr, int index) override
ParameterTypeBeschrijving
arrArrayPtr<KeyValuePair<TKey, TValue>>Doel-array.
indexintStartindex van doel-array.

Zie ook