Compartilhar via


TokenizerResult.Offsets Propriedade

Definição

Obtém a lista de deslocamentos. Esses deslocamentos permitem que você corte a cadeia de caracteres de entrada e, portanto, recupere a parte original que levou à produção do token correspondente.

[System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Index", "End" })]
public System.Collections.Generic.IReadOnlyList<(int Index, int End)> Offsets { get; }
[<System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Index", "End" })>]
member this.Offsets : System.Collections.Generic.IReadOnlyList<ValueTuple<int, int>>
Public ReadOnly Property Offsets As IReadOnlyList(Of ValueTuple(Of Integer, Integer))

Valor da propriedade

Atributos

Aplica-se a