C# 클래스 VisualMutator.Model.CoverageFinder.CodePartsMatcher

상속: ICodePartsMatcher
파일 보기 프로젝트 열기: visualmutator/visualmutator

공개 메소드들

메소드 설명
Matches ( IMethodReference method ) : bool
Matches ( ITypeReference typeReference ) : bool

메소드 상세

Matches() 공개 추상적인 메소드

public abstract Matches ( IMethodReference method ) : bool
method IMethodReference
리턴 bool

Matches() 공개 추상적인 메소드

public abstract Matches ( ITypeReference typeReference ) : bool
typeReference ITypeReference
리턴 bool