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

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

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

Метод Описание
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