Removes a specific assignment from the managed collection.

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

Syntax

C#
public void Remove(
	Assignment assignment
)
Visual Basic (Declaration)
Public Sub Remove ( _
	assignment As Assignment _
)

Parameters

assignment
Type: DlhSoft.Windows.Data..::.Assignment
The assignment to remove from the collection.

See Also