SyntaxHighlighter.InitStyleSchema Method

T3000 CrossPlatform

SyntaxHighlighterInitStyleSchema Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.InitStyleSchema(FastColoredTextBoxNS.Language)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void InitStyleSchema(
	Language lang
)
Public Sub InitStyleSchema ( 
	lang As Language
)

Dim instance As SyntaxHighlighter
Dim lang As Language

instance.InitStyleSchema(lang)

Parameters

lang
Type: FastColoredTextBoxNSLanguage

[Missing <param name="lang"/> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.InitStyleSchema(FastColoredTextBoxNS.Language)"]

See Also