Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | List of all members
TextEditor.RegionFoldingStrategy Class Reference

The class to generate the foldings, it implements ICSharpCode.TextEditor.Document.IFoldingStrategy More...


Source file:
Inheritance diagram for TextEditor.RegionFoldingStrategy:

Remarks

The class to generate the foldings, it implements ICSharpCode.TextEditor.Document.IFoldingStrategy

Public Member Functions

List< FoldMarker > GenerateFoldMarkers (IDocument document, string fileName, object parseInformation)
 Generates the foldings for our document. More...
 

Member Function Documentation

List<FoldMarker> TextEditor.RegionFoldingStrategy.GenerateFoldMarkers ( IDocument  document,
string  fileName,
object  parseInformation 
)
inline

Generates the foldings for our document.

Parameters
documentThe current document.
fileNameThe filename of the document.
parseInformationExtra parse information, not used in this sample.
Returns
A list of FoldMarkers.