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

Line() public method

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