ArchiMetrics.CodeReview.Rules.Semantic.LackOfCohesionOfMethodsRule.SetThreshold C# (CSharp) Метод

SetThreshold() публичный Метод

public SetThreshold ( int threshold ) : void
threshold int
Результат void
		public void SetThreshold(int threshold)
		{
			_threshold = threshold;
		}
LackOfCohesionOfMethodsRule