C# Class ReCommendedExtension.QuickFixes.RemoveAssertionStatementFix

Inheritance: QuickFixBase
Afficher le fichier Open project: prodot/ReCommended-Extension

Méthodes publiques

Méthode Description
IsAvailable ( JetBrains cache ) : bool
RemoveAssertionStatementFix ( [ highlighting ) : System

Méthodes protégées

Méthode Description
ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action

Method Details

ExecutePsiTransaction() protected méthode

protected ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action
solution ISolution
progress IProgressIndicator
Résultat Action

IsAvailable() public méthode

public IsAvailable ( JetBrains cache ) : bool
cache JetBrains
Résultat bool

RemoveAssertionStatementFix() public méthode

public RemoveAssertionStatementFix ( [ highlighting ) : System
highlighting [
Résultat System