SynchronizedReadOnlyCollection<T>.IList<T>.Insert Metoda

Definice

Vyvolá vyvolá zavolání NotSupportedException .

 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 založený na nule, do kterého value se má vložit.

value
T

Objekt, který se má vložit do kolekce.

Implementuje

Výjimky

Položky nelze vložit do kolekce jen pro čtení.

Platí pro