Removes specific nodes from the managed collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)
Syntax
| C# |
|---|
public void RemoveRange( IEnumerable<Node> nodes ) |
| Visual Basic (Declaration) |
|---|
Public Sub RemoveRange ( _ nodes As IEnumerable(Of Node) _ ) |
Parameters
- nodes
- Type: System.Collections.Generic..::.IEnumerable<(Of <(Node>)>)
The nodes to remove from the collection.