SyntaxHighlighter.RestoreBrackets Method

T3000 CrossPlatform

SyntaxHighlighterRestoreBrackets Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.RestoreBrackets(FastColoredTextBoxNS.FastColoredTextBox,System.Char[])"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected void RestoreBrackets(
	FastColoredTextBox tb,
	char[] oldBrackets
)
Protected Sub RestoreBrackets ( 
	tb As FastColoredTextBox,
	oldBrackets As Char()
)

Dim tb As FastColoredTextBox
Dim oldBrackets As Char()

Me.RestoreBrackets(tb, oldBrackets)

Parameters

tb
Type: FastColoredTextBoxNSFastColoredTextBox

[Missing <param name="tb"/> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.RestoreBrackets(FastColoredTextBoxNS.FastColoredTextBox,System.Char[])"]

oldBrackets
Type: SystemChar

[Missing <param name="oldBrackets"/> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.RestoreBrackets(FastColoredTextBoxNS.FastColoredTextBox,System.Char[])"]

See Also