Rubberduck.Inspections.ImplicitByRefParameterInspection.ImplicitByRefParameterInspection C# (CSharp) 메소드

ImplicitByRefParameterInspection() 공개 메소드

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