Summary
Bypasses a specified number of elements in the slice and then returns the remaining elements.
- Namespace
- Avalonia
.Media .TextFormatting - Containing Type
- TextRange
Syntax
public TextRange Skip(int length)
Parameters
Name | Type | Description |
---|---|---|
length | int | The number of elements to skip before returning the remaining elements. |