WizardStepCollection::IList::Remove Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes the specified object from the collection.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

private:
virtual void Remove(
	Object^ value
) sealed = IList::Remove

Parameters

value
Type: System::Object^

The object to remove from the collection.

.NET Framework
Available since 2.0
Return to top
Show: