C# Class Marmalade_Global.Ingredient

Exibir arquivo Open project: DMOE15C/project-marmelade Class Usage Examples

Public Methods

Method Description
Ingredient ( string type, double weight, double ingredientprice ) : System

full args constructor, nothing special here.

ToString ( ) : string

Method Details

Ingredient() public method

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

ToString() public method

public ToString ( ) : string
return string