DataViewManager.IList.RemoveAt(Int32) 方法
定义
virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt (int index);
abstract member System.Collections.IList.RemoveAt : int -> unit
override this.System.Collections.IList.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList.RemoveAt
参数
- index
- Int32
要移除的项的从零开始的索引。The zero-based index of the item to remove.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 DataViewManager 实例被强制转换为 IList 接口时使用。It can be used only when the DataViewManager instance is cast to an IList interface.