XPathMessageQueryCollection.RemoveItem(Int32) Método
Definição
Remove o item da coleção no índice especificado.Removes the item from the collection at the specified index.
protected:
override void RemoveItem(int index);
protected override void RemoveItem (int index);
override this.RemoveItem : int -> unit
Protected Overrides Sub RemoveItem (index As Integer)
Parâmetros
- index
- Int32
O local do qual remover o item.The location from which to remove the item.