Initializes a new instance of the ReadOnlyTaskCollection class.

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

Syntax

C#
public ReadOnlyTaskCollection(
	TaskCollection tasks
)
Visual Basic (Declaration)
Public Sub New ( _
	tasks As TaskCollection _
)

Parameters

tasks
Type: DlhSoft.Windows.Data..::.TaskCollection
Source task collection to be used by the new read-only task collection.

See Also