XmlQuerySequence<T>.IList<T>.Insert(Int32, T) Metoda

Definice

Ve všech případech vyvolá NotSupportedException výjimku.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

 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

Parametry

index
Int32

Index sekvence.

value
T

Hodnota sekvence.

Implementuje

Platí pro