Initializes a new instance of the ReadOnlyScheduleDefinitionCollection class.

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

Syntax

C#
public ReadOnlyScheduleDefinitionCollection(
	ScheduleDefinitionCollection scheduleDefinitions
)
Visual Basic (Declaration)
Public Sub New ( _
	scheduleDefinitions As ScheduleDefinitionCollection _
)

Parameters

scheduleDefinitions
Type: DlhSoft.Windows.Data..::.ScheduleDefinitionCollection
Source schedule definition collection to be used by the new read-only schedule definition collection.

See Also