T3000 CrossPlatform Documentation
SyntaxHighlighterParseFolding Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.ParseFolding(System.Xml.XmlNode)"]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected static FoldingDesc ParseFolding( XmlNode foldingNode )
Protected Shared Function ParseFolding ( foldingNode As XmlNode ) As FoldingDesc Dim foldingNode As XmlNode Dim returnValue As FoldingDesc returnValue = SyntaxHighlighter.ParseFolding(foldingNode)
Parameters
- foldingNode
- Type: System.XmlXmlNode
[Missing <param name="foldingNode"/> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.ParseFolding(System.Xml.XmlNode)"]
Return Value
Type: FoldingDesc[Missing <returns> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.ParseFolding(System.Xml.XmlNode)"]
See Also