Initializes a new instance of the PredecessorCollection class.

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

Syntax

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

Parameters

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

See Also