C# Class DecoratorPattern.Mozzarella

Inheritance: ToppingDecorator
Afficher le fichier Open project: marwie/Design-Patterns-in-Unity-Example Class Usage Examples

Méthodes publiques

Méthode Description
GetCost ( ) : double
GetDescription ( ) : string
Mozzarella ( IPizza newPizza ) : System.Collections

Method Details

GetCost() public méthode

public GetCost ( ) : double
Résultat double

GetDescription() public méthode

public GetDescription ( ) : string
Résultat string

Mozzarella() public méthode

public Mozzarella ( IPizza newPizza ) : System.Collections
newPizza IPizza
Résultat System.Collections