Disposes the PertChartItem object collection originally obtained using GetPertChartItems method.
Namespace:
DlhSoft.Windows.Controls.PertAssembly: DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)
Syntax
| C# |
|---|
public static void DisposePertChartItems( ObservableCollection<PertChartItem> pertChartItems ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub DisposePertChartItems ( _ pertChartItems As ObservableCollection(Of PertChartItem) _ ) |
Parameters
- pertChartItems
- Type: System.Collections.ObjectModel..::.ObservableCollection<(Of <(PertChartItem>)>)
The collection to dispose objects from.