Initializes a new instance of the ReadOnlyPredecessorCollection class.

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

Syntax

C#
public ReadOnlyPredecessorCollection(
	PredecessorCollection predecessors
)
Visual Basic (Declaration)
Public Sub New ( _
	predecessors As PredecessorCollection _
)

Parameters

predecessors
Type: DlhSoft.Windows.Data..::.PredecessorCollection
Source predecessor collection to be used by the new read-only predecessor collection.

See Also