TextPosition.WithNextIndex method (1 of 2)

Creates a new text position at the next index.

public TextPosition WithNextIndex()

See Also


TextPosition.WithNextIndex method (2 of 2)

Creates a new text position advanced the specified number of characters.

public TextPosition WithNextIndex(int count)

See Also