XmlQuerySequence<T>.IList.RemoveAt(Int32) Method

Definition

Throws a NotSupportedException exception in all cases.

This API supports the product infrastructure and is not intended to be used directly from your code.

 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

Parameters

index
Int32

The specified index.

Implements

Applies to