ImmutableArray<T>.IList.RemoveAt(Int32) Método

Definición

Devuelve NotSupportedException en todos los casos

 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

Parámetros

index
Int32

El índice del elemento que se va a quitar.

Implementaciones

Excepciones

Se produce en todos los casos.

Se aplica a