ImmutableArray<T>.RemoveAt(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un tableau avec l’élément à la position spécifiée supprimée.
public:
System::Collections::Immutable::ImmutableArray<T> RemoveAt(int index);
public System.Collections.Immutable.ImmutableArray<T> RemoveAt (int index);
member this.RemoveAt : int -> System.Collections.Immutable.ImmutableArray<'T>
Public Function RemoveAt (index As Integer) As ImmutableArray(Of T)
Paramètres
- index
- Int32
Index de base 0 de l’élément à supprimer du tableau retourné.
Retours
Nouveau tableau avec l’élément à l’index spécifié supprimé.