Adds a set of schedule definitions to the end of the managed collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public ScheduleDefinition[] AddRange( IEnumerable<SimpleScheduleDefinitionItem> simpleScheduleDefinitionItems ) |
| Visual Basic (Declaration) |
|---|
Public Function AddRange ( _ simpleScheduleDefinitionItems As IEnumerable(Of SimpleScheduleDefinitionItem) _ ) As ScheduleDefinition() |
Parameters
- simpleScheduleDefinitionItems
- Type: System.Collections.Generic..::.IEnumerable<(Of <(SimpleScheduleDefinitionItem>)>)
Item definitions representing the schedule definitions to be added at the end of the collection.