Removes the specified item from the list.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.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.