C# 클래스 Endjin.Assembly.ChangeDetection.Query.UsageQueries.WhoImplementsInterface

상속: UsageVisitor
파일 보기 프로젝트 열기: endjin/Endjin.Assembly.ChangeDetection

공개 메소드들

메소드 설명
VisitType ( Mono.Cecil.TypeDefinition type ) : void
WhoImplementsInterface ( UsageQueryAggregator aggreator, List interfaces ) : System
WhoImplementsInterface ( UsageQueryAggregator aggregator, Mono.Cecil.TypeDefinition itf ) : System

비공개 메소드들

메소드 설명
IsMatchingInterface ( TypeReference itf, Mono.Cecil.TypeDefinition &searchItf ) : bool

메소드 상세

VisitType() 공개 메소드

public VisitType ( Mono.Cecil.TypeDefinition type ) : void
type Mono.Cecil.TypeDefinition
리턴 void

WhoImplementsInterface() 공개 메소드

public WhoImplementsInterface ( UsageQueryAggregator aggreator, List interfaces ) : System
aggreator UsageQueryAggregator
interfaces List
리턴 System

WhoImplementsInterface() 공개 메소드

public WhoImplementsInterface ( UsageQueryAggregator aggregator, Mono.Cecil.TypeDefinition itf ) : System
aggregator UsageQueryAggregator
itf Mono.Cecil.TypeDefinition
리턴 System