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

Definice

Vloží položku v sadě v zadaném indexu.

 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ý se má vložit do sady.

Implementuje

Poznámky

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

Balíček NuGet System.Collections.Immutable

Informace o neměnných kolekcích a postupu instalace

Platí pro