Method in MarkupAttribute
Creates a new MarkupAttribute based on the current instance whose Position is shifted towards the end of the string by shift characters.
shift
public readonly MarkupAttribute Shift(int shift)
int shift
int
The number of characters to shift by.
A new MarkupAttribute with an updated Position .
Last updated 4 months ago
Was this helpful?