C# Class TextEditor.RegionFoldingStrategy

The class to generate the foldings, it implements ICSharpCode.TextEditor.Document.IFoldingStrategy
Inheritance: IFoldingStrategy
Afficher le fichier Open project: qwertie/ecsharp

Méthodes publiques

Méthode Description
GenerateFoldMarkers ( IDocument document, string fileName, object parseInformation ) : List

Generates the foldings for our document.

Method Details

GenerateFoldMarkers() public méthode

Generates the foldings for our document.
public GenerateFoldMarkers ( IDocument document, string fileName, object parseInformation ) : List
document IDocument The current document.
fileName string The filename of the document.
parseInformation object Extra parse information, not used in this sample.
Résultat List