ReadOnlyCollection<T>.IList<T>.RemoveAt(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
移除位于指定索引处的 IList<T> 项。 此实现始终引发 NotSupportedException。
virtual void System.Collections.Generic.IList<T>.RemoveAt(int index) = System::Collections::Generic::IList<T>::RemoveAt;
void IList<T>.RemoveAt (int index);
abstract member System.Collections.Generic.IList<T>.RemoveAt : int -> unit
override this.System.Collections.Generic.IList<T>.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList(Of T).RemoveAt
参数
- index
- Int32
要移除的项的从零开始的索引。
实现
例外
始终引发。
注解
此成员是显式接口成员的实现。 它只能在 ReadOnlyCollection<T> 实例被强制转换为 IList<T> 接口时使用。