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

ConstantNotUsedInspection() public method

public ConstantNotUsedInspection ( RubberduckParserState state ) : System.Collections.Generic
state Rubberduck.Parsing.VBA.RubberduckParserState
return System.Collections.Generic
        public ConstantNotUsedInspection(RubberduckParserState state)
            : base(state)
        {
        }