Initializes a new instance of the TimeIntervalBandCollection class.

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

Syntax

C#
public TimeIntervalBandCollection(
	IEnumerable<TimeIntervalBand> initialValues
)
Visual Basic (Declaration)
Public Sub New ( _
	initialValues As IEnumerable(Of TimeIntervalBand) _
)

Parameters

initialValues
Type: System.Collections.Generic..::.IEnumerable<(Of <(TimeIntervalBand>)>)

See Also