ArchiMetrics.CodeReview.Rules.Tests.Rules.Semantic.TooLowMaintainabilityIndexRuleTests.GivenATooLowMaintainabilityIndexRule.GivenATooLowMaintainabilityIndexRule C# (CSharp) Méthode

GivenATooLowMaintainabilityIndexRule() public méthode

public GivenATooLowMaintainabilityIndexRule ( ) : System.Linq
Résultat System.Linq
            public GivenATooLowMaintainabilityIndexRule()
            {
                _rule = new TooLowMaintainabilityIndexRule();
            }
TooLowMaintainabilityIndexRuleTests.GivenATooLowMaintainabilityIndexRule