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

UpdateLineNumber() public method

public UpdateLineNumber ( int offset ) : void
offset int
return void
        public void UpdateLineNumber(int offset)
        {
            foreach(var index in Indices)
                index.UpdateLineNumber(offset);
        }