Position Class

Definition

Represents a line and character position, such as the position of the cursor.

public class Position
type Position = class
Public Class Position
Inheritance
Position

Constructors

Position(Int32, Int32)

Initializes a new instance of the Position class.

Properties

Character

Gets or sets the zero-based character value.

Line

Gets or sets the zero-based line value.

Methods

ToString()

Returns a string that represents the current object.

Applies to