C# 클래스 InterpreterPattern.Expression

파일 보기 프로젝트 열기: marwie/Design-Patterns-in-Unity-Example 1 사용 예제들

공개 메소드들

메소드 설명
cups ( double quantity ) : string
gallons ( double quantity ) : string
pints ( double quantity ) : string
quarts ( double quantity ) : string
tablespoons ( double quantity ) : string

메소드 상세

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

public abstract cups ( double quantity ) : string
quantity double
리턴 string

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

public abstract gallons ( double quantity ) : string
quantity double
리턴 string

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

public abstract pints ( double quantity ) : string
quantity double
리턴 string

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

public abstract quarts ( double quantity ) : string
quantity double
리턴 string

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

public abstract tablespoons ( double quantity ) : string
quantity double
리턴 string