System::Collections::Generic::BaseSet::CopyTo metod

BaseSet::CopyTo method

Kopierar hash-innehåll till befintliga array-element.

void System::Collections::Generic::BaseSet<T, SET_T>::CopyTo(ArrayPtr<T> arr, int index) override
ParameterTypeBeskrivning
arrArrayPtr<T>Destinationsarray.
indexintStartindex för destinationsarrayen.

Se även