ARCed.Scintilla.LineCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : Line
index int
return Line
        public Line this[int index]
        {
            get
            {
                return new Line(Scintilla, index);
            }
        }