C# Класс VisualMutator.Model.CoverageFinder.DelegatingMatcher

Наследование: CodePartsMatcher
Показать файл Открыть проект

Открытые методы

Метод Описание
DelegatingMatcher ( ) : System
DelegatingMatcher ( bool>.Func methodMatching, bool>.Func typeMatching ) : System
Matches ( IMethodReference method ) : bool
Matches ( ITypeReference typeReference ) : bool

Описание методов

DelegatingMatcher() публичный Метод

public DelegatingMatcher ( ) : System
Результат System

DelegatingMatcher() публичный Метод

public DelegatingMatcher ( bool>.Func methodMatching, bool>.Func typeMatching ) : System
methodMatching bool>.Func
typeMatching bool>.Func
Результат System

Matches() публичный Метод

public Matches ( IMethodReference method ) : bool
method IMethodReference
Результат bool

Matches() публичный Метод

public Matches ( ITypeReference typeReference ) : bool
typeReference ITypeReference
Результат bool