OrderedDictionary<TKey,TValue>.IReadOnlyList<KeyValuePair<TKey,TValue>>.Item[Int32] Property

Definition

Gets the element at the specified index in the read-only list.

C#
System.Collections.Generic.KeyValuePair<TKey,TValue> System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Item[int index] { get; }

Parameters

index
Int32

The zero-based index of the element to get.

Property Value

The element at the specified index in the read-only list.

Implements

Applies to

Product Versions
.NET 9