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