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

ObsoleteGlobalInspection() public method

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