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

Définition

Lève une exception NotSupportedException dans tous les cas.

 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

Paramètres

index
Int32

Index de l'élément à supprimer.

Implémente

Exceptions

Levé dans tous les cas.

S’applique à