C# Класс Rubberduck.Inspections.MoveFieldCloserToUsageQuickFix

A code inspection quickfix that encapsulates a public field with a property
Наследование: CodeInspectionQuickFix
Показать файл Открыть проект

Открытые методы

Метод Описание
Fix ( ) : void
MoveFieldCloserToUsageQuickFix ( ParserRuleContext context, QualifiedSelection selection, Rubberduck.Parsing.Symbols.Declaration target, RubberduckParserState parseResult, ICodePaneWrapperFactory wrapperFactory, IMessageBox messageBox ) : System.Collections.Generic

Описание методов

Fix() публичный Метод

public Fix ( ) : void
Результат void

MoveFieldCloserToUsageQuickFix() публичный Метод

public MoveFieldCloserToUsageQuickFix ( ParserRuleContext context, QualifiedSelection selection, Rubberduck.Parsing.Symbols.Declaration target, RubberduckParserState parseResult, ICodePaneWrapperFactory wrapperFactory, IMessageBox messageBox ) : System.Collections.Generic
context ParserRuleContext
selection Rubberduck.VBEditor.QualifiedSelection
target Rubberduck.Parsing.Symbols.Declaration
parseResult Rubberduck.Parsing.VBA.RubberduckParserState
wrapperFactory ICodePaneWrapperFactory
messageBox IMessageBox
Результат System.Collections.Generic