ARCed.Scintilla.Line.Line C# (CSharp) Method

Line() protected method

protected Line ( Scintilla scintilla, int number ) : System.Collections.Generic
scintilla Scintilla
number int
return System.Collections.Generic
        protected internal Line(Scintilla scintilla, int number)
            : base(scintilla)
        {
            this._number = number;
        }