TextRangeSkip Method
Bypasses a specified number of elements in the slice and then returns the remaining elements.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public TextRange Skip(
int length
)
Public Function Skip (
length As Integer
) As TextRange
member Skip :
length : int -> TextRange
- length Int32
- The number of elements to skip before returning the remaining elements.
TextRangeA
TextRange that contains the elements that occur after the specified index in this slice.