Share via


Split.Offset Property

Definition

Returns the offset mapping to the original string

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

Property Value

Attributes

Applies to