GetEnumerator()

Collection::GetEnumerator() method

Gets enumerator to iterate through collection.

SharedPtr<Generic::IEnumerator<T>> System::Collections::ObjectModel::Collection<T>::GetEnumerator() override

Return Value

Created enumerator iterating through current collection.

See Also