XmlQuerySequence<T>.IList<T>.Insert(Int32, T) 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.Generic.IList<T>.Insert(int index, T value) = System::Collections::Generic::IList<T>::Insert;
void IList<T>.Insert (int index, T value);
abstract member System.Collections.Generic.IList<T>.Insert : int * 'T -> unit
override this.System.Collections.Generic.IList<T>.Insert : int * 'T -> unit
Sub Insert (index As Integer, value As T) Implements IList(Of T).Insert

Parameters

index
Int32

The sequence index.

value
T

The sequence value.

Implements

Applies to