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