SchemaNameCollection::IList::Remove Method (Object^)
.NET Framework (current version)
Removes the first occurrence of a specific value from the list.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
Parameters
- value
-
Type:
System::Object^
The value to remove from the list.
Implements
IList::Remove(Object^)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
Available since 1.1
Show: