Udostępnij za pośrednictwem


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

Definicja

Zgłasza NotSupportedException wyjątek we wszystkich przypadkach.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

 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

Indeks sekwencji.

value
T

Wartość sekwencji.

Implementuje

Dotyczy