Rubberduck.Inspections.ImplicitByRefParameterInspection.ImplicitByRefParameterInspection C# (CSharp) Méthode

ImplicitByRefParameterInspection() public méthode

public ImplicitByRefParameterInspection ( RubberduckParserState state ) : System.Collections.Generic
state Rubberduck.Parsing.VBA.RubberduckParserState
Résultat System.Collections.Generic
        public ImplicitByRefParameterInspection(RubberduckParserState state)
            : base(state, CodeInspectionSeverity.Hint)
        {
        }