C# Class Supermarket.ShoppingListItem

An individual item on a shopping list. Represents a supermarket item and its desired quantity.
Show file Open project: Clarksj4/Theme-Supermarket-Tycoon-World Class Usage Examples

Public Methods

Method Description
ShoppingListItem ( string name, int quota )

Method Details

ShoppingListItem() public method

public ShoppingListItem ( string name, int quota )
name string
quota int