Range.End Propriedade
Definição
Obtém um Index que representa o índice final exclusivo do intervalo.Gets an Index that represents the exclusive end index of the range.
public:
property Index End { Index get(); };
public Index End { get; }
member this.End : Index
Public ReadOnly Property End As Index
Valor da propriedade
- Index
O índice final do intervalo.The end index of the range.
Aplica-se a