C# Класс ICSharpCode.AvalonEdit.Folding.AbstractFoldingStrategy

Base class for folding strategies.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateNewFoldings ( TextDocument document, int &firstErrorOffset ) : IEnumerable

Create NewFoldings for the specified document.

UpdateFoldings ( ICSharpCode.AvalonEdit.Folding.FoldingManager manager, TextDocument document ) : void

Create NewFoldings for the specified document and updates the folding manager with them.

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

CreateNewFoldings() публичный абстрактный Метод

Create NewFoldings for the specified document.
public abstract CreateNewFoldings ( TextDocument document, int &firstErrorOffset ) : IEnumerable
document ICSharpCode.AvalonEdit.Document.TextDocument
firstErrorOffset int
Результат IEnumerable

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

Create NewFoldings for the specified document and updates the folding manager with them.
public UpdateFoldings ( ICSharpCode.AvalonEdit.Folding.FoldingManager manager, TextDocument document ) : void
manager ICSharpCode.AvalonEdit.Folding.FoldingManager
document ICSharpCode.AvalonEdit.Document.TextDocument
Результат void