Loading...
Method in Position
public override int GetHashCode()
Method in
Property in
Gets or sets the zero-indexed character number of this position.
Class in
Inherits from System.Object
System.Object
Represents a position in a multi-line string.
Gets or sets the zero-indexed line of this position.
object obj
object
public override bool Equals(object obj)
public int Character { get; set; };
public int Line { get; set; };
public class Position