WizardStepCollection::IList::Add Method (Object^)

 

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

Appends the specified object to the end of the collection.

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

private:
virtual int Add(
	Object^ value
) sealed = IList::Add

Parameters

value
Type: System::Object^

The Object to append to the end of the collection.

Return Value

Type: System::Int32

The position into which the new element was inserted.

.NET Framework
Available since 2.0
Return to top
Show: