Public Types | |
| enum | BrewStrength { Andy, Weak, Medium, Strong, Geek } |
| The brewing strength scale. More... | |
Public Member Functions | |
| Coffee (BrewStrength strength, double amount) | |
| Coffee maker(Constructor for the Coffee class). | |
Definition at line 10 of file Coffee.cs.
| Shared.Coffee.Coffee | ( | BrewStrength | strength, | |
| double | amount | |||
| ) |
1.5.1-p1