Removes the assignment at the specified index of the collection and sets it as not owned by this AssignmentCollection.

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

Syntax

C#
protected override void RemoveItem(
	int index
)
Visual Basic (Declaration)
Protected Overrides Sub RemoveItem ( _
	index As Integer _
)

Parameters

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

See Also