Метод | Описание | |
---|---|---|
BraceFoldingStrategy ( ) : System.Collections.Generic |
Creates a new BraceFoldingStrategy.
|
|
CreateNewFoldings ( ITextSource document ) : IEnumerable |
Create NewFoldings for the specified document.
|
|
CreateNewFoldings ( |
Create NewFoldings for the specified document.
|
|
UpdateFoldings ( ICSharpCode.AvalonEdit.Folding.FoldingManager manager, |
public BraceFoldingStrategy ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public CreateNewFoldings ( ITextSource document ) : IEnumerable |
||
document | ITextSource | |
Результат | IEnumerable |
public CreateNewFoldings ( |
||
document | ||
firstErrorOffset | int | |
Результат | IEnumerable |
public UpdateFoldings ( ICSharpCode.AvalonEdit.Folding.FoldingManager manager, |
||
manager | ICSharpCode.AvalonEdit.Folding.FoldingManager | |
document | ||
Результат | void |