Returns an enumerator that iterates through the collection.

Namespace:  FreeFlow.Administration
Assembly:  FreeFlow.Administration (in FreeFlow.Administration.dll) Version: 2.0.0.135

Syntax

C#
public IEnumerator<Action> GetEnumerator()
Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator(Of Action)
Visual C++
public:
virtual IEnumerator<Action^>^ GetEnumerator() sealed

Return Value

A IEnumerator<(Of <(T>)>) that can be used to iterate through the collection.

Implements

IEnumerable<(Of <(T>)>)..::.GetEnumerator()()()

See Also