C# Class Rubberduck.Inspections.ReplaceCommentMarkerQuickFix

Inheritance: CodeInspectionQuickFix
ファイルを表示 Open project: retailcoder/Rubberduck

Public Methods

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

Method Details

Fix() public method

public Fix ( ) : void
return void

ReplaceCommentMarkerQuickFix() public method

public ReplaceCommentMarkerQuickFix ( ParserRuleContext context, QualifiedSelection selection, CommentNode comment ) : System.Collections.Generic
context ParserRuleContext
selection Rubberduck.VBEditor.QualifiedSelection
comment Rubberduck.Parsing.Nodes.CommentNode
return System.Collections.Generic