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.
Mostra file Open project: pgenfer/mixinSharp

Public Methods

Method Description
Work ( ) : void

Method Details

Work() public abstract method

public abstract Work ( ) : void
return void