Inserts an assignment into the managed collection.

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

Syntax

C#
public Assignment Insert(
	int index,
	SimpleAssignmentItem simpleAssignmentItem
)
Visual Basic (Declaration)
Public Function Insert ( _
	index As Integer, _
	simpleAssignmentItem As SimpleAssignmentItem _
) As Assignment

Parameters

index
Type: System..::.Int32
The zero-based index at which the assignment should be inserted.
simpleAssignmentItem
Type: DlhSoft.Windows.Data..::.SimpleAssignmentItem
Item definition representing the assignment to insert.

Return Value

The new assignment.

See Also