SynchronizedReadOnlyCollection<T>.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

要从集合中检索的元素的从零开始的索引。

实现

例外

不能移除只读集合中的项。

注解

如果调用,会引发 NotSupportedException

适用于