Added docs to Cancel method
This commit is contained in:
parent
92421e0be9
commit
1c36f1b03d
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@ public class CoffeeVendingMachine
|
||||||
// no need to implement anything here
|
// no need to implement anything here
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Cancels the current input.
|
||||||
|
/// </summary>
|
||||||
|
/// <returns>The withdrawn coins.</returns>
|
||||||
public CoinDepot[] Cancel()
|
public CoinDepot[] Cancel()
|
||||||
{
|
{
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue