ArchiMetrics.CodeReview.Rules.Semantic.LackOfCohesionOfMethodsRule.SetThreshold C# (CSharp) Méthode

SetThreshold() public méthode

public SetThreshold ( int threshold ) : void
threshold int
Résultat void
		public void SetThreshold(int threshold)
		{
			_threshold = threshold;
		}
LackOfCohesionOfMethodsRule