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

Definice

NotSupportedException Vyvolá ve všech případech.

 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

Index umístění pro vložení položky

item
T

Položka ke vložení.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v ImmutableArray<T> případě, že je instance přetypovaná na IList<T> rozhraní.

Platí pro