C# Class MixinRefactoring.Test.PersonWithAbstractMethod

a class with an abstract method that has the same signature as the mixin method. But the method of the mixin should not be implemented, because only methods from base should be checked.
Afficher le fichier Open project: pgenfer/mixinSharp

Méthodes publiques

Méthode Description
Work ( ) : void

Method Details

Work() public abstract méthode

public abstract Work ( ) : void
Résultat void