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


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

Определение

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

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

Параметры

index
Int32

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

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

TValue

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

Реализации

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