ImmutableList<T>.Builder.ItemRef(Int32) Método
Definição
Obtém uma referência somente leitura ao valor de index determinado na lista.Gets a read-only reference to the value for a given index into the list.
public:
T& ^ ItemRef(int index);
public ref readonly T ItemRef (int index);
member this.ItemRef : int -> 'T
Public Function ItemRef (index As Integer) As T
Parâmetros
- index
- Int32
O índice do elemento desejado.The index of the desired element.
Retornos
- T
Uma referência somente leitura ao valor no index especificado.A read-only reference to the value at the specified index.