System::Collections::Generic::BaseSet::CopyTo method

BaseSet::CopyTo method

Copies hash contents into existing array elements.

void System::Collections::Generic::BaseSet<T, SET_T>::CopyTo(ArrayPtr<T> arr, int index) override
ParameterTypeDescription
arrArrayPtr<T>Destination array.
indexintDestination array beginning index.

See Also