CopyTo()

StringCollection::CopyTo(const ArrayPtr<System::String>&, const int32_t) const method

Copy elements to existing arra elements.

void System::Collections::Specialized::StringCollection::CopyTo(const ArrayPtr<System::String> &arr, const int32_t index) const

Arguments

ParameterTypeDescription
arrconst ArrayPtr<System::String>&Array to copy data to.
indexconst int32_tIndex in destination array to start data copying at.

See Also