CopyTo()

BaseKVCollection::CopyTo(ArrayPtr<KV>, int) method

Copies data to existing array elements.

virtual void System::Collections::Generic::BaseKVCollection<Dict, KV>::CopyTo(ArrayPtr<KV> arr, int index) override

Arguments

ParameterTypeDescription
arrArrayPtr<KV>Destination array with sufficient size.
indexintStart index in destination array.

See Also