Поделиться через


OrderedDictionary<TKey,TValue>.KeyCollection.IList<TKey>.Item[Int32] Свойство

Определение

Возвращает или задает элемент по указанному индексу.

property TKey System::Collections::Generic::IList<TKey>::Item[int] { TKey get(int index); void set(int index, TKey value); };
TKey System.Collections.Generic.IList<TKey>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<TKey>.Item(int) : 'Key with get, set
 Property Item(index As Integer) As TKey Implements IList(Of TKey).Item

Параметры

index
Int32

Отсчитываемый от нуля индекс элемента для получения или задания.

Значение свойства

TKey

Элемент по указанному индексу.

Реализации

Применяется к