ArchiMetrics.Analysis.Validation.BranchModelRule.BranchModelRule C# (CSharp) Метод

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

public BranchModelRule ( IModelNode pattern ) : System.Collections.Generic
pattern IModelNode
Результат System.Collections.Generic
		public BranchModelRule(IModelNode pattern)
		{
			_pattern = pattern;
		}