SiteMapNodeCollection.IList.Add Method (Object)

 

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

Adds an item to the collection in the IList interface. For a description of this member, see IList.Add.

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

int IList.Add(
	object value
)

Parameters

value
Type: System.Object

The object to add to the IList.

Return Value

Type: System.Int32

The position into which the new element was inserted.

.NET Framework
Available since 2.0
Return to top
Show: