Initializes a new instance of the TaskCollection class.

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

Syntax

C#
protected internal TaskCollection(
	TaskManager parentManager
)
Visual Basic (Declaration)
Protected Friend Sub New ( _
	parentManager As TaskManager _
)

Parameters

parentManager
Type: DlhSoft.Windows.Data..::.TaskManager
The parent manager of the collection.

See Also