ImmutableArray<T>.IList.RemoveAt(Int32) 方法
定义
在所有情况下均引发 NotSupportedException。Throws NotSupportedException in all cases.
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 index of the item to remove.
实现
例外
在所有情况下均引发。Thrown in all cases.