Currency Currency
Currency Currency
DocFX + Singulink = ♥

Search Results for

    Class ImmutableMoneyBag.CurrencyCollection

    Represents a collection of currencies in a ImmutableMoneyBag.

    Inheritance
    object
    ImmutableMoneyBag.CurrencyCollection
    Implements
    ICollection<Currency>
    IReadOnlyCollection<Currency>
    IEnumerable<Currency>
    IEnumerable
    Namespace: Singulink.Globalization
    Assembly: Singulink.Globalization.Currency.dll
    Syntax
    public sealed class ImmutableMoneyBag.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.

    © Singulink. All rights reserved.