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

 

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

Removes the first occurrence of a specified object from the collection in the IList interface. For a description of this member, see IList::Remove.

Namespace:   System.Web
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 IList.

.NET Framework
Available since 2.0
Return to top
Show: