Skip to main content

Skip Method

Bypasses a specified number of elements in the slice and then returns the remaining elements.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public TextRange Skip(
int length
)

Parameters

  Int32
The number of elements to skip before returning the remaining elements.

Return Value

TextRange
A TextRange that contains the elements that occur after the specified index in this slice.

See Also

Reference

TextRange Structure
Avalonia.Media.TextFormatting Namespace