Disposes the LoadChartItem object collection originally obtained using GetLoadChartItems method.

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

Syntax

C#
public void DisposeLoadChartItems(
	ObservableCollection<LoadChartItem> loadChartItems
)
Visual Basic (Declaration)
Public Sub DisposeLoadChartItems ( _
	loadChartItems As ObservableCollection(Of LoadChartItem) _
)

Parameters

loadChartItems
Type: System.Collections.ObjectModel..::.ObservableCollection<(Of <(LoadChartItem>)>)
The collection to dispose objects from.

See Also