CodeBox.CodeLexer.Index.UpdateLineNumber C# (CSharp) Method

UpdateLineNumber() public method

public UpdateLineNumber ( int offset ) : void
offset int
return void
        public void UpdateLineNumber(int offset)
        {
            Line += offset;
        }