ScintillaNET.LineCollection.this C# (CSharp) 메소드

this() 공개 메소드

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