Returns the enumerator or the list of Aspects

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public IEnumerator<IAspect> GetEnumerator()
Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator(Of IAspect)

Return Value

Enumerator for the list of Aspects

Implements

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

See Also