Removes a specific predecessor from the managed collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public void Remove( Predecessor predecessor ) |
| Visual Basic (Declaration) |
|---|
Public Sub Remove ( _ predecessor As Predecessor _ ) |
Parameters
- predecessor
- Type: DlhSoft.Windows.Data..::.Predecessor
The predecessor to remove from the collection.