ArchiMetrics.CodeReview.Rules.Code.TooDeepNestingRuleBase.TooDeepNestingRuleBase C# (CSharp) Méthode

TooDeepNestingRuleBase() protected méthode

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

Same methods

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