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

Show() private method

private Show ( int startLine, int endLine ) : void
startLine int
endLine int
return void
        private void Show(int startLine, int endLine)
        {
            NativeScintilla.ShowLines(startLine, endLine);
        }