MarkupAttribute.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

NameDescription
int shiftThe number of characters to shift by.

Returns

A new MarkupAttribute with an updated Position .