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

BaseKVCollection::CopyTo method

Copies data to existing array elements.

virtual void System::Collections::Generic::BaseKVCollection<Dict, KV>::CopyTo(ArrayPtr<KV> arr, int index) override
ParameterTypeDescription
arrArrayPtr<KV>Destination array with sufficient size.
indexintStart index in destination array.

See Also