C# 클래스 ArchiMetrics.Analysis.Metrics.DepthOfInheritanceAnalyzer

파일 보기 프로젝트 열기: jjrdk/ArchiMetrics 1 사용 예제들

공개 메소드들

메소드 설명
Calculate ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax type ) : int
DepthOfInheritanceAnalyzer ( Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System.Collections.Generic

메소드 상세

Calculate() 공개 메소드

public Calculate ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax type ) : int
type Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax
리턴 int

DepthOfInheritanceAnalyzer() 공개 메소드

public DepthOfInheritanceAnalyzer ( Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System.Collections.Generic
semanticModel Microsoft.CodeAnalysis.SemanticModel
리턴 System.Collections.Generic