Gets the predecessor at the specified index.

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

Syntax

C#
public Predecessor GetPredecessorAt(
	int index
)
Visual Basic (Declaration)
Public Function GetPredecessorAt ( _
	index As Integer _
) As Predecessor

Parameters

index
Type: System..::.Int32
The zero-based index of the predecessor to be get.

Return Value

The predecessor at the specified index.

See Also