C# 클래스 Rubberduck.Inspections.Inspector
파일 보기
프로젝트 열기: retailcoder/Rubberduck
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
Dispose ( ) : void |
|
|
FindIssuesAsync ( RubberduckParserState state, CancellationToken token ) : Task> |
|
|
Inspector ( IGeneralConfigService configService, IEnumerable inspections ) : System |
|
|
보호된 메소드들
메소드 |
설명 |
|
Dispose ( bool disposing ) : void |
|
|
비공개 메소드들
메소드 상세
protected Dispose ( bool disposing ) : void |
disposing |
bool |
|
리턴 |
void |
|
public FindIssuesAsync ( RubberduckParserState state, CancellationToken token ) : Task> |
state |
Rubberduck.Parsing.VBA.RubberduckParserState |
|
token |
System.Threading.CancellationToken |
|
리턴 |
Task> |
|
public Inspector ( IGeneralConfigService configService, IEnumerable inspections ) : System |
configService |
IGeneralConfigService |
|
inspections |
IEnumerable |
|
리턴 |
System |
|