Class MoneyBag.CurrencyCollection
Represents a collection of currencies in a MoneyBag.
Namespace: Singulink.Globalization
Assembly: Singulink.Globalization.Currency.dll
Syntax
public sealed class MoneyBag.CurrencyCollection : ICollection<Currency>, IReadOnlyCollection<Currency>, IEnumerable<Currency>, IEnumerable
Properties
Name | Description |
---|---|
Count | Gets the number of currencies in this collection. |
Methods
Name | Description |
---|---|
Contains(Currency) | Determines whether the currency collection contains the specified key. |
GetEnumerator() | Returns an enumerator that iterates through the currencies in this collection. |
Explicit Interface Implementations
Name | Description |
---|---|
ICollection<Currency>.Add(Currency?) | Not supported. |
ICollection<Currency>.Clear() | Not supported. |
ICollection<Currency>.CopyTo(Currency[], int) | Copies the elements of the ICollection<T> to an Array, starting at a particular Array index. |
ICollection<Currency>.IsReadOnly | Gets a value indicating whether the ICollection<T> is read-only. |
ICollection<Currency>.Remove(Currency?) | Not supported. |
IEnumerable<Currency>.GetEnumerator() | Returns an enumerator that iterates through the collection. |
IEnumerable.GetEnumerator() | Returns an enumerator that iterates through a collection. |