Show / Hide Table of Contents

Struct LinePosition

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
Namespace: DotLang.CodeAnalysis.Text
Assembly: DotLang.dll
Syntax
public struct LinePosition

Constructors

| Improve this Doc View Source

LinePosition(Int32, Int32)

Declaration
public LinePosition(int line, int character)
Parameters
Type Name Description
System.Int32 line
System.Int32 character

Properties

| Improve this Doc View Source

Character

Declaration
public int Character { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Line

Declaration
public int Line { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.ValueType.ToString()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX