C# Class Rubberduck.Inspections.ReplaceCommentMarkerQuickFix

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

Méthodes publiques

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

Method Details

Fix() public méthode

public Fix ( ) : void
Résultat void

ReplaceCommentMarkerQuickFix() public méthode

public ReplaceCommentMarkerQuickFix ( 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