ImmutableArray<T>.IReadOnlyList<T>.Item[Int32] Свойство

Определение

Получает элемент с указанным индексом.

property T System::Collections::Generic::IReadOnlyList<T>::Item[int] { T get(int index); };
T System.Collections.Generic.IReadOnlyList<T>.Item[int index] { get; }
member this.System.Collections.Generic.IReadOnlyList<T>.Item(int) : 'T
 ReadOnly Property Item(index As Integer) As T Implements IReadOnlyList(Of T).Item

Параметры

index
Int32

Индекс.

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

T

Элемент.

Реализации

Исключения

Свойство IsDefault возвращает значение true.

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