ImmutableArray<T>.IReadOnlyList<T>.Item[Int32] Właściwość

Definicja

Pobiera element wskazywany przez określony indeks.

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

Indeks.

Wartość właściwości

T

Element.

Implementuje

Wyjątki

Właściwość IsDefault zwraca truewartość .

Dotyczy