SyntaxHighlighter.CSharpSyntaxHighlight Method

T3000 CrossPlatform

SyntaxHighlighterCSharpSyntaxHighlight Method

[This is preliminary documentation and is subject to change.]

Highlights C# code

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual void CSharpSyntaxHighlight(
	Range range
)
Public Overridable Sub CSharpSyntaxHighlight ( 
	range As Range
)

Dim instance As SyntaxHighlighter
Dim range As Range

instance.CSharpSyntaxHighlight(range)

Parameters

range
Type: FastColoredTextBoxNSRange

[Missing <param name="range"/> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.CSharpSyntaxHighlight(FastColoredTextBoxNS.Range)"]

See Also