BypassElementCollection.RemoveAt(Int32) Método
Definição
Remove o elemento no índice especificado.Removes the element at the specified index.
public:
void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)
Parâmetros
- index
- Int32
O índice de base zero do elemento a ser removido.The zero-based index of the element to remove.