Gets the item at the specified index in the collection.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public NetworkDiagramItem this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As NetworkDiagramItem

Parameters

index
Type: System..::.Int32
The index to get the item at.

Return Value

The item at the specified index in the collection.

See Also