Removes the specified item from the list.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public virtual void Remove( Object value ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub Remove ( _ value As Object _ ) |
Parameters
- value
- Type: System..::..Object
The Object to remove.