SiteMapNodeCollection.IList.RemoveAt Method (Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes the IList item at the specified index. For a description of this member, see IList.RemoveAt.

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

private abstract RemoveAt : 
        index:int -> unit
private override RemoveAt : 
        index:int -> unit

Parameters

index
Type: System.Int32

The zero-based index of the item to remove.

.NET Framework
Available since 2.0
Return to top
Show: