OrderedDictionary<TKey,TValue>.KeyCollection.IList<TKey>.Insert Method

Definition

Inserts an item to the IList<T> at the specified index.

C#
void IList<TKey>.Insert(int index, TKey item);

Parameters

index
Int32

The zero-based index at which item should be inserted.

item
TKey

The object to insert into the IList<T>.

Implements

Applies to

Proizvod Verzije
.NET 9, 10