Parse and highlight keywords.

Namespace: Sgry.Azuki.Highlighter
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public virtual void Highlight(
	Document doc,
	ref int dirtyBegin,
	ref int dirtyEnd
)
Visual Basic
Public Overridable Sub Highlight ( 
	doc As Document,
	ByRef dirtyBegin As Integer,
	ByRef dirtyEnd As Integer
)

Parameters

doc
Type: Sgry.Azuki..::..Document
Document to highlight.
dirtyBegin
Type: System..::..Int32%
Index to start highlighting. On return, start index of the range to be invalidated.
dirtyEnd
Type: System..::..Int32%
Index to end highlighting. On return, end index of the range to be invalidated.

Implements

IHighlighter..::..Highlight(Document, Int32%, Int32%)

See Also