Disposes the PertChartItem object collection originally obtained using GetPertChartItems method.

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

Syntax

C#
public void DisposePertChartItems(
	ObservableCollection<PertChartItem> pertChartItems
)
Visual Basic (Declaration)
Public Sub DisposePertChartItems ( _
	pertChartItems As ObservableCollection(Of PertChartItem) _
)

Parameters

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

See Also