This documentation is archived and is not being maintained.
HttpApplicationState.RemoveAt Method
.NET Framework 1.1
Removes an object from an HttpApplicationState collection by index.
[Visual Basic] Public Sub RemoveAt( _ ByVal index As Integer _ ) [C#] public void RemoveAt( int index ); [C++] public: void RemoveAt( int index ); [JScript] public function RemoveAt( index : int );
Parameters
- index
- The position in the collection of the item to be removed.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpApplicationState Class | HttpApplicationState Members | System.Web Namespace
Show: