Disposes the NetworkDiagramItem object collection originally obtained using GetNetworkDiagramItems method.

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

Syntax

C#
public void DisposeNetworkDiagramItems(
	ObservableCollection<NetworkDiagramItem> networkDiagramItems
)
Visual Basic (Declaration)
Public Sub DisposeNetworkDiagramItems ( _
	networkDiagramItems As ObservableCollection(Of NetworkDiagramItem) _
)

Parameters

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

See Also