Rubberduck.Inspections.ImplicitByRefParameterInspection.ImplicitByRefParameterInspection C# (CSharp) Method

ImplicitByRefParameterInspection() public method

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