C# 클래스 LiskovSubstitutionPrinciple.BadCounter

상속: GoodCounter
파일 보기 프로젝트 열기: 7digital/Liskov

공개 메소드들

메소드 설명
BadCounter ( ) : NUnit.Framework
InitialCount ( int count ) : void

메소드 상세

BadCounter() 공개 메소드

public BadCounter ( ) : NUnit.Framework
리턴 NUnit.Framework

InitialCount() 공개 메소드

public InitialCount ( int count ) : void
count int
리턴 void