CodeSubDirectoriesCollection.RemoveAt Method (Int32)

 

Removes the item at the specified index in the collection.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

Public Sub RemoveAt (
	index As Integer
)

Parameters

index
Type: System.Int32

The index position of the item to be removed.

.NET Framework
Available since 2.0
Return to top
Show: