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