ArchiMetrics.CodeReview.Rules.Code.TooDeepNestingRuleBase.TooDeepNestingRuleBase C# (CSharp) 메소드

TooDeepNestingRuleBase() 보호된 메소드

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

Same methods

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