HttpApplicationStateWrapper.RemoveAt(Int32) 方法
定义
从集合中删除由索引指定的对象。Removes the object specified by index from the collection.
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
要删除的项在集合中的位置。The position in the collection of the item to remove.
例外
index 超出了集合的有效索引范围。index is outside the valid range of indexes for the collection.