ArchiMetrics.Analysis.Metrics.DepthOfInheritanceAnalyzer.DepthOfInheritanceAnalyzer C# (CSharp) Метод

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

public DepthOfInheritanceAnalyzer ( Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System.Collections.Generic
semanticModel Microsoft.CodeAnalysis.SemanticModel
Результат System.Collections.Generic
		public DepthOfInheritanceAnalyzer(SemanticModel semanticModel)
		{
			_semanticModel = semanticModel;
		}
DepthOfInheritanceAnalyzer