Disposes the PertChartItem object collection originally obtained using GetPertChartItems method.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.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.