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

 

Removes the first occurrence of a specific value from the list.

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

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

Parameters

value
Type: System::Object^

The value to remove from the list.

In collections of contiguous elements, such as lists, the elements that follow the removed element move up to occupy the vacated spot. If the collection is indexed, the indexes of the elements that are moved are also updated.

.NET Framework
Available since 1.1
Return to top
Show: