Gets all foldings in this manager.
The foldings are returned sorted by start offset;
for multiple foldings at the same offset the order is undefined.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IEnumerable<FoldingSection> AllFoldings { get; }
Public ReadOnly Property AllFoldings As IEnumerable(Of FoldingSection) Get
public: property IEnumerable<FoldingSection^>^ AllFoldings { IEnumerable<FoldingSection^>^ get (); }
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238