SchemaNameCollection::RemoveAt Method (Int32)
.NET Framework (current version)
Removes the schema name that is at a specified index from this collection.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the schema name to remove.
Implements
IList::RemoveAt(Int32)| Exception | Condition |
|---|---|
| IndexOutOfRangeException | The zero-based index is either less than zero or equal to the size of the collection. |
.NET Framework
Available since 1.1
Available since 1.1
Show: