C# 클래스 ReCommendedExtension.QuickFixes.ChangeToAsyncTaskFix

상속: QuickFixBase
파일 보기 프로젝트 열기: prodot/ReCommended-Extension

공개 메소드들

메소드 설명
ChangeToAsyncTaskFix ( [ highlighting ) : System
IsAvailable ( JetBrains cache ) : bool

보호된 메소드들

메소드 설명
ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action

메소드 상세

ChangeToAsyncTaskFix() 공개 메소드

public ChangeToAsyncTaskFix ( [ highlighting ) : System
highlighting [
리턴 System

ExecutePsiTransaction() 보호된 메소드

protected ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action
solution ISolution
progress IProgressIndicator
리턴 Action

IsAvailable() 공개 메소드

public IsAvailable ( JetBrains cache ) : bool
cache JetBrains
리턴 bool