Gets the assignment at the specified index from the internal assignment collection.

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

Syntax

C#
public Assignment GetAssignmentAt(
	int index
)
Visual Basic (Declaration)
Public Function GetAssignmentAt ( _
	index As Integer _
) As Assignment

Parameters

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

Return Value

The assignment at the specified index from the internal assignment collection.

See Also