C# Class Rubberduck.Inspections.RemoveCommentQuickFix

Inheritance: CodeInspectionQuickFix
Afficher le fichier Open project: retailcoder/Rubberduck

Méthodes publiques

Méthode Description
Fix ( ) : void
RemoveCommentQuickFix ( ParserRuleContext context, QualifiedSelection selection, CommentNode comment ) : System.Collections.Generic

Method Details

Fix() public méthode

public Fix ( ) : void
Résultat void

RemoveCommentQuickFix() public méthode

public RemoveCommentQuickFix ( ParserRuleContext context, QualifiedSelection selection, CommentNode comment ) : System.Collections.Generic
context ParserRuleContext
selection Rubberduck.VBEditor.QualifiedSelection
comment Rubberduck.Parsing.Nodes.CommentNode
Résultat System.Collections.Generic