Last updated
Was this helpful?
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.
public readonly MarkupAttribute Shift(int shift)int shift
The number of characters to shift by.
A new MarkupAttribute with an updated Position .
Last updated
Was this helpful?
Was this helpful?
