Removes an object from the collection
Namespace: Ico.WPFAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentException | Pre-defined objects cannot be deleted |