CopyTo()

NameValueCollection::CopyTo(System::ArrayPtr<String>, int32_t) method

Copies collection elements into existing array elements.

void System::Collections::Specialized::NameValueCollection::CopyTo(System::ArrayPtr<String> array, int32_t arrayIndex) override

Arguments

ParameterTypeDescription
arraySystem::ArrayPtr<String>Destination array.
arrayIndexint32_tDestination array start index.

See Also