Enumerates the time interval bands in the collection.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

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

Implements

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

See Also