GetEnumerator()

StringCollection::GetEnumerator() method

Gets enumerator iterating through current collection.

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

Return Value

Newly created enumerator iterating through current collection.

See Also