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

Definicja

Rzutuje NotSupportedException we wszystkich przypadkach.

 virtual void System.Collections.Generic.IList<T>.Insert(int index, T item) = System::Collections::Generic::IList<T>::Insert;
void IList<T>.Insert (int index, T item);
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, item As T) Implements IList(Of T).Insert

Parametry

index
Int32

Indeks lokalizacji do wstawienia elementu.

item
T

Element do wstawienia.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ImmutableArray<T> wystąpienie jest rzutowe do interfejsu IList<T> .

Dotyczy