System::Collections::Generic::BaseKVCollection::CopyTo method

BaseKVCollection::CopyTo method

Kopieert gegevens naar bestaande array‑elementen.

virtual void System::Collections::Generic::BaseKVCollection<Dict, KV>::CopyTo(ArrayPtr<KV> arr, int index) override
ParameterTypeBeschrijving
arrArrayPtr<KV>Doel‑array met voldoende grootte.
indexintStartindex in doel‑array.

Zie ook