Removes specific assignments from the managed collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  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.

See Also