SyntaxHighlighter.ParseRule Method

T3000 CrossPlatform

SyntaxHighlighterParseRule Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.ParseRule(System.Xml.XmlNode,System.Collections.Generic.Dictionary{System.String,FastColoredTextBoxNS.Style})"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected static RuleDesc ParseRule(
	XmlNode ruleNode,
	Dictionary<string, Style> styles
)
Protected Shared Function ParseRule ( 
	ruleNode As XmlNode,
	styles As Dictionary(Of String, Style)
) As RuleDesc

Dim ruleNode As XmlNode
Dim styles As Dictionary(Of String, Style)
Dim returnValue As RuleDesc

returnValue = SyntaxHighlighter.ParseRule(ruleNode, 
	styles)

Parameters

ruleNode
Type: System.XmlXmlNode

[Missing <param name="ruleNode"/> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.ParseRule(System.Xml.XmlNode,System.Collections.Generic.Dictionary{System.String,FastColoredTextBoxNS.Style})"]

styles
Type: System.Collections.GenericDictionaryString, Style

[Missing <param name="styles"/> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.ParseRule(System.Xml.XmlNode,System.Collections.Generic.Dictionary{System.String,FastColoredTextBoxNS.Style})"]

Return Value

Type: RuleDesc

[Missing <returns> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.ParseRule(System.Xml.XmlNode,System.Collections.Generic.Dictionary{System.String,FastColoredTextBoxNS.Style})"]

See Also