Adds an assignment to the end of the managed collection.

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

Syntax

C#
public Assignment Add(
	SimpleAssignmentItem simpleAssignmentItem
)
Visual Basic (Declaration)
Public Function Add ( _
	simpleAssignmentItem As SimpleAssignmentItem _
) As Assignment

Parameters

simpleAssignmentItem
Type: DlhSoft.Windows.Data..::.SimpleAssignmentItem
Item definition representing the assignment to be added at the end of the collection.

Return Value

The new assignment.

See Also