CopyTo()

HashSet::CopyTo(ArrayPtr<T>, int) method

Copies hash contents into existing array elements.

void System::Collections::Generic::HashSet<T>::CopyTo(ArrayPtr<T> arr, int index) override

Arguments

ParameterTypeDescription
arrArrayPtr<T>Destination array.
indexintDestination array beginning index.

See Also