SyntaxDescriptor.foldings Field

T3000 CrossPlatform

SyntaxDescriptorfoldings Field

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

[Missing <summary> documentation for "F:FastColoredTextBoxNS.SyntaxDescriptor.foldings"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public readonly List<FoldingDesc> foldings
Public ReadOnly foldings As List(Of FoldingDesc)

Dim instance As SyntaxDescriptor
Dim value As List(Of FoldingDesc)

value = instance.foldings

Field Value

Type: ListFoldingDesc
See Also