WizardStepCollection.IList.Remove Method (Object)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Removes the specified object from the collection.
Assembly: System.Web (in System.Web.dll)
private abstract Remove : value:Object -> unit private override Remove : value:Object -> unit
Parameters
- value
-
Type:
System.Object
The object to remove from the collection.
Implements
IList.Remove(Object)
.NET Framework
Available since 2.0
Available since 2.0
Show: