Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft