HttpApplicationState::RemoveAt Method (Int32)

 

Removes an HttpApplicationState object from a collection by index.

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

public:
void RemoveAt(
	int index
)

Parameters

index
Type: System::Int32

The position in the collection of the item to remove.

The following code example demonstrates how to insert two application variables into the collection, and then use the RemoveAt method to remove the first variable in a custom HttpApplicationState object.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: