C# Class VisualMutator.Model.CoverageFinder.CodePartsMatcher

Inheritance: ICodePartsMatcher
Afficher le fichier Open project: visualmutator/visualmutator

Méthodes publiques

Méthode Description
Matches ( IMethodReference method ) : bool
Matches ( ITypeReference typeReference ) : bool

Method Details

Matches() public abstract méthode

public abstract Matches ( IMethodReference method ) : bool
method IMethodReference
Résultat bool

Matches() public abstract méthode

public abstract Matches ( ITypeReference typeReference ) : bool
typeReference ITypeReference
Résultat bool