OrderedDictionary<TKey,TValue>.RemoveAt(Int32) Method

Definition

Removes the IList<T> item at the specified index.

C#
public void RemoveAt(int index);

Parameters

index
Int32

The zero-based index of the item to remove.

Implements

Applies to

Product Versions
.NET 9