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

ObsoleteTypeHintInspection() public method

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