HttpApplicationStateWrapper::RemoveAt Method (Int32)

 

Removes the object specified by index from the collection.

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

public:
virtual void RemoveAt(
	int index
) override

Parameters

index
Type: System::Int32

The position in the collection of the item to remove.

Exception Condition
ArgumentOutOfRangeException

index is outside the valid range of indexes for the collection.

.NET Framework
Available since 3.5
Return to top
Show: