HttpApplicationStateBase.RemoveAt(Int32) 方法

定义

当在派生类中重写时,从集合中删除由索引指定的状态对象。

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)

参数

index
Int32

要删除的项在集合中的位置。

例外

适用于