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

Definice

NotSupportedException Vyvolá výjimku 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 založený na nule, do kterého se má položka item vložit

item
T

Objekt, který chcete vložit do segmentu pole.

Implementuje

Výjimky

Ve všech případech

Poznámky

Tato metoda vždy vyvolá chybu NotSupportedException , protože segment pole nelze rozšířit.

Platí pro