ImmutableArray<T>.Builder.RemoveAt(Int32) Metodo
Definizione
Rimuove l'elemento dalla matrice in corrispondenza dell'indice specificato.Removes the item at the specified index from the array.
public:
virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)
Parametri
- index
- Int32
Indice in base zero dell'elemento da rimuovere.The zero-based index of the item to remove.