Disposes the NetworkDiagramItem object collection originally obtained using GetNetworkDiagramItems method.

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

Syntax

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

Parameters

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

See Also