C# Класс TextEditor.RegionFoldingStrategy

The class to generate the foldings, it implements ICSharpCode.TextEditor.Document.IFoldingStrategy
Наследование: IFoldingStrategy
Показать файл Открыть проект

Открытые методы

Метод Описание
GenerateFoldMarkers ( IDocument document, string fileName, object parseInformation ) : List

Generates the foldings for our document.

Описание методов

GenerateFoldMarkers() публичный Метод

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.
Результат List