ImmutableList<T>.Builder.Item[Int32] Propriedade
Definição
Obtém ou define o valor de um determinado índice na lista.Gets or sets the value for a given index in the list.
public:
property T default[int] { T get(int index); void set(int index, T value); };
public T this[int index] { get; set; }
member this.Item(int) : 'T with get, set
Default Public Property Item(index As Integer) As T
Parâmetros
- index
- Int32
O índice do item a ser obtido ou definido.The index of the item to get or set.
Valor da propriedade
- T
O valor no índice especificado.The value at the specified index.