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)
- C#
- VB
- F#
public TextRange Skip(
int length
)
Public Function Skip (
length As Integer
) As TextRange
member Skip :
length : int -> TextRange
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.