SchemaNameCollection::RemoveAt Method (Int32)

 

Removes the schema name that is at a specified index from this collection.

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

public:
virtual void RemoveAt(
	int index
) sealed

Parameters

index
Type: System::Int32

The zero-based index of the schema name to remove.

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
Return to top
Show: