HttpApplicationStateWrapper.RemoveAt(Int32) 方法

定义

从集合中删除由索引指定的对象。

public:
 override void RemoveAt(int index);
public override void RemoveAt (int index);
override this.RemoveAt : int -> unit
Public Overrides Sub RemoveAt (index As Integer)

参数

index
Int32

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

例外

index 超出了集合的有效索引范围。

适用于