For the complete documentation index, see llms.txt. This page is also available as Markdown.

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?