ARCed.Scintilla.GoTo.Line C# (CSharp) 메소드

Line() 공개 메소드

public Line ( int number ) : void
number int
리턴 void
        public void Line(int number)
        {
            NativeScintilla.GotoLine(number);
        }