Removes specific schedule definitions from the managed collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public void RemoveRange(
	IEnumerable<ScheduleDefinition> scheduleDefinitions
)
Visual Basic (Declaration)
Public Sub RemoveRange ( _
	scheduleDefinitions As IEnumerable(Of ScheduleDefinition) _
)

Parameters

scheduleDefinitions
Type: System.Collections.Generic..::.IEnumerable<(Of <(ScheduleDefinition>)>)
The schedule definitions to remove from the collection.

See Also