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