Arnolyzer.Analyzers.SingleResponsibilityAnalyzers.AA2102FileTooLongAnalyzer.GetAnalyzerDetails C# (CSharp) Method

GetAnalyzerDetails() public method

public GetAnalyzerDetails ( ) : AnalyzerDetails
return AnalyzerDetails
        public AnalyzerDetails GetAnalyzerDetails() => AA2101Details;
    }
AA2102FileTooLongAnalyzer