C# 클래스 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.
파일 보기 프로젝트 열기: pgenfer/mixinSharp

공개 메소드들

메소드 설명
Work ( ) : void

메소드 상세

Work() 공개 추상적인 메소드

public abstract Work ( ) : void
리턴 void