XmlQuerySequence<T>.IList<T>.Insert(Int32, T) Méthode

Définition

Lève une exception NotSupportedException dans tous les cas.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre 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

Paramètres

index
Int32

Index de séquence.

value
T

Valeur de séquence.

Implémente

S’applique à