GetEnumerator()

NameValueCollection::GetEnumerator() method

Gets enumerator to iterate through collection.

System::SharedPtr<Generic::IEnumerator<String>> System::Collections::Specialized::NameValueCollection::GetEnumerator() override

Return Value

Created enumerator iterating through current collection.

See Also