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

Name Description
Position(Int32, Int32)

Initializes a new instance of the Position class.

Properties

Name Description
Character

Gets or sets the zero-based character value.

Line

Gets or sets the zero-based line value.

Methods

Name Description
ToString()

Returns a string that represents the current object.

Applies to