Method | Description | |
---|---|---|
Add ( Money money ) : void |
Adds the specified money.
|
|
Contains ( Arc.Domain.Units.Currency currency ) : bool |
Determines whether the specified currency is in bag.
|
|
Remove ( Arc.Domain.Units.Currency currency ) : void |
Removes the specified currency.
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current T:System.Object.
|
|
this ( Arc.Domain.Units.Currency currency ) : Money |
Gets the Arc.Domain.Units.Money with the specified currency.
|
public Contains ( Arc.Domain.Units.Currency currency ) : bool | ||
currency | Arc.Domain.Units.Currency | The currency. |
return | bool |
public Remove ( Arc.Domain.Units.Currency currency ) : void | ||
currency | Arc.Domain.Units.Currency | The currency. |
return | void |
public this ( Arc.Domain.Units.Currency currency ) : Money | ||
currency | Arc.Domain.Units.Currency | |
return | Money |