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