XmlQuerySequence<T>.IList.RemoveAt(Int32) Método

Definición

Se produce una excepción NotSupportedException en todos los casos.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

 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

Parámetros

index
Int32

Índice especificado.

Implementaciones

Se aplica a