Removes an object from the collection

Namespace: Ico.WPF
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void Remove(
	T value
)
Visual Basic
Public Sub Remove ( _
	value As T _
)
JScript
public function Remove(
	value : T
)

Parameters

value
Type: T
The object that must be deleted

Exceptions

ExceptionCondition
System..::..ArgumentExceptionPre-defined objects cannot be deleted

See Also