C# Class Marmalade_Global.Ingredient

Afficher le fichier Open project: DMOE15C/project-marmelade Class Usage Examples

Méthodes publiques

Méthode Description
Ingredient ( string type, double weight, double ingredientprice ) : System

full args constructor, nothing special here.

ToString ( ) : string

Method Details

Ingredient() public méthode

full args constructor, nothing special here.
public Ingredient ( string type, double weight, double ingredientprice ) : System
type string
weight double
ingredientprice double
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string