C# 클래스 TextEditor.RegionFoldingStrategy

The class to generate the foldings, it implements ICSharpCode.TextEditor.Document.IFoldingStrategy
상속: IFoldingStrategy
파일 보기 프로젝트 열기: qwertie/ecsharp

공개 메소드들

메소드 설명
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