C# Class Rubberduck.Inspections.ParameterNotUsedInspection

Inheritance: InspectionBase
Afficher le fichier Open project: retailcoder/Rubberduck Class Usage Examples

Méthodes publiques

Méthode Description
GetInspectionResults ( ) : IEnumerable
ParameterNotUsedInspection ( VBE vbe, RubberduckParserState state, IMessageBox messageBox ) : System.Collections.Generic

Private Methods

Méthode Description
IsInterfaceMemberImplementationParameter ( Rubberduck.Parsing.Symbols.Declaration parameter, IEnumerable interfaceMemberImplementationScopes ) : bool
IsInterfaceMemberParameter ( Rubberduck.Parsing.Symbols.Declaration parameter, IEnumerable interfaceMemberScopes ) : bool

Method Details

GetInspectionResults() public méthode

public GetInspectionResults ( ) : IEnumerable
Résultat IEnumerable

ParameterNotUsedInspection() public méthode

public ParameterNotUsedInspection ( VBE vbe, RubberduckParserState state, IMessageBox messageBox ) : System.Collections.Generic
vbe VBE
state Rubberduck.Parsing.VBA.RubberduckParserState
messageBox IMessageBox
Résultat System.Collections.Generic