C# 클래스 PowerShellConsole.FoldingStrategies.BraceFoldingStrategy

상속: ICSharpCode.AvalonEdit.Folding.AbstractFoldingStrategy
파일 보기 프로젝트 열기: dfinke/PowerShellConsole

공개 메소드들

메소드 설명
BraceFoldingStrategy ( ) : System

Creates a new BraceFoldingStrategy.

CreateNewFoldings ( ITextSource document ) : IEnumerable

Create NewFoldings for the specified document.

CreateNewFoldings ( TextDocument document, int &firstErrorOffset ) : IEnumerable

Create NewFoldings for the specified document.

메소드 상세

BraceFoldingStrategy() 공개 메소드

Creates a new BraceFoldingStrategy.
public BraceFoldingStrategy ( ) : System
리턴 System

CreateNewFoldings() 공개 메소드

Create NewFoldings for the specified document.
public CreateNewFoldings ( ITextSource document ) : IEnumerable
document ITextSource
리턴 IEnumerable

CreateNewFoldings() 공개 메소드

Create NewFoldings for the specified document.
public CreateNewFoldings ( TextDocument document, int &firstErrorOffset ) : IEnumerable
document ICSharpCode.AvalonEdit.Document.TextDocument
firstErrorOffset int
리턴 IEnumerable