Adds a predecessor to the end of the managed collection.

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

Syntax

C#
public Predecessor Add(
	SimplePredecessorItem simplePredecessorItem
)
Visual Basic (Declaration)
Public Function Add ( _
	simplePredecessorItem As SimplePredecessorItem _
) As Predecessor

Parameters

simplePredecessorItem
Type: DlhSoft.Windows.Data..::.SimplePredecessorItem
Item definition representing the predecessor to be added at the end of the collection.

Return Value

The new predecessor.

See Also