Removes the specified items.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool Remove(
	C1OrderedSet removedItems
)
Visual Basic
Public Function Remove ( _
	removedItems As C1OrderedSet _
) As Boolean

Parameters

removedItems
Type: C1.WPF..::..C1OrderedSet
The removed items.

Return Value

See Also