CoinDispenser.DispenseChange(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates a count of the coins it dispenses.
public abstract void DispenseChange (int amount);
abstract member DispenseChange : int -> unit
Public MustOverride Sub DispenseChange (amount As Integer)
Parameters
- amount
- Int32
A count of the currency units to dispense (such as cents or yen).