ImmutableArray<T>.IReadOnlyList<T>.Item[Int32] Vlastnost

Definice

Získá prvek na pozici zadaného indexu.

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

Parametry

index
Int32

Index.

Hodnota vlastnosti

T

Element .

Implementuje

Výjimky

Vlastnost IsDefault vrátí true.

Platí pro