ImmutableArray<T>.IReadOnlyList<T>.Item[Int32] Propriedade
Definição
Obtém o elemento no índice especificado.Gets the element at the specified index.
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
Parâmetros
- index
- Int32
O índice.The index.
Valor da propriedade
- T
O elemento .The element.