ArchiMetrics.CodeReview.Rules.Code.TooDeepNestingRuleBase.TooDeepNestingRuleBase C# (CSharp) Method

TooDeepNestingRuleBase() protected method

protected TooDeepNestingRuleBase ( ) : System.Collections.Generic
return System.Collections.Generic
		protected TooDeepNestingRuleBase()
			: this(3)
		{
		}

Same methods

TooDeepNestingRuleBase::TooDeepNestingRuleBase ( int maxDepth ) : System.Collections.Generic