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

Definition

Inserts an item to the IList at the specified index.

C#
void IList.Insert(int index, object value);

Parameters

index
Int32

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

value
Object

The object to insert into the IList.

Implements

Applies to

Product Versions
.NET 9, 10