A struct representing a text line.
public struct StringLine
kind:method, kind:property, kind:ctor. Press Esc to clear.StringLine(StringSlice, Int32, Int32, Int32, NewLine)Initializes a new instance of the StringLine struct.StringLine(ref StringSlice, Int32, Int32, Int32, NewLine)Initializes a new instance of the StringLine struct.StringLine(ref StringSlice)Initializes a new instance of the StringLine struct.ColumnThe column position.LineThe line position.NewLineThe newline.PositionThe position of the start of this line within the original source codeSliceThe slice used for this line.ToString()Performs the to string operation.Implicit(StringLine to StringSlice)Performs an implicit conversion from StringLine to StringSlice.