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

TooDeepNestingRuleBase() protected method

protected TooDeepNestingRuleBase ( int maxDepth ) : System.Collections.Generic
maxDepth int
return System.Collections.Generic
		protected TooDeepNestingRuleBase(int maxDepth)
		{
			_depth = maxDepth;
		}

Same methods

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