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