System::Collections::Specialized::NameValueCollection::GetEnumerator method

NameValueCollection::GetEnumerator method

Gets enumerator to iterate through collection.

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

ReturnValue

Created enumerator iterating through current collection.

See Also