HttpApplicationStateBase.RemoveAt(Int32) Method

Definition

When overridden in a derived class, removes a state object specified by index from the collection.

public:
 virtual void RemoveAt(int index);
public virtual void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Overridable Sub RemoveAt (index As Integer)

Parameters

index
Int32

The position in the collection of the item to remove.

Exceptions

Applies to