ArchiMetrics.Analysis.Metrics.DepthOfInheritanceAnalyzer.DepthOfInheritanceAnalyzer C# (CSharp) Method

DepthOfInheritanceAnalyzer() public method

public DepthOfInheritanceAnalyzer ( Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System.Collections.Generic
semanticModel Microsoft.CodeAnalysis.SemanticModel
return System.Collections.Generic
		public DepthOfInheritanceAnalyzer(SemanticModel semanticModel)
		{
			_semanticModel = semanticModel;
		}
DepthOfInheritanceAnalyzer