Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
DecoratorPattern
TomatoSauce
C# 클래스 DecoratorPattern.TomatoSauce
상속:
ToppingDecorator
파일 보기
프로젝트 열기: marwie/Design-Patterns-in-Unity-Example
1 사용 예제들
공개 메소드들
메소드
설명
GetCost
( ) :
double
GetDescription
( ) :
string
TomatoSauce
(
IPizza
newPizza
) :
System.Collections
메소드 상세
GetCost()
공개
메소드
public
GetCost
( ) :
double
리턴
double
GetDescription()
공개
메소드
public
GetDescription
( ) :
string
리턴
string
TomatoSauce()
공개
메소드
public
TomatoSauce
(
IPizza
newPizza
) :
System.Collections
newPizza
IPizza
리턴
System.Collections