Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CurrencySymbol.cs
2
4{
8 public class CurrencySymbol
9 {
16 {
17 this.Currency = Currency;
18 this.Description = Description;
19 }
20
25
29 public string Description { get; }
30 }
31}
CaseInsensitiveString Currency
Currency
CurrencySymbol(CaseInsensitiveString Currency, string Description)
Currency Symbol
Represents a case-insensitive string.