Currency Currency
Currency Currency
DocFX + Singulink = ♥

Search Results for

    Method ToImmutableSortedMoneyBag

    ToImmutableSortedMoneyBag(IReadOnlyMoneyBag)

    Copies the values in the source bag to a new ImmutableSortedMoneyBag that uses the same registry as the source bag.

    Declaration
    public static ImmutableSortedMoneyBag ToImmutableSortedMoneyBag(this IReadOnlyMoneyBag source)
    Parameters
    Type Name Description
    IReadOnlyMoneyBag source
    Returns
    Type Description
    ImmutableSortedMoneyBag

    ToImmutableSortedMoneyBag(IReadOnlyMoneyBag, CurrencyRegistry)

    Copies the values in the source bag to a new ImmutableSortedMoneyBag that uses the specified registry.

    Declaration
    public static ImmutableSortedMoneyBag ToImmutableSortedMoneyBag(this IReadOnlyMoneyBag source, CurrencyRegistry registry)
    Parameters
    Type Name Description
    IReadOnlyMoneyBag source
    CurrencyRegistry registry
    Returns
    Type Description
    ImmutableSortedMoneyBag

    ToImmutableSortedMoneyBag(IEnumerable<MonetaryValue>, CurrencyRegistry)

    Copies the values in the source collection to a new ImmutableSortedMoneyBag that uses the specified registry.

    Declaration
    public static ImmutableSortedMoneyBag ToImmutableSortedMoneyBag(this IEnumerable<MonetaryValue> source, CurrencyRegistry registry)
    Parameters
    Type Name Description
    IEnumerable<MonetaryValue> source
    CurrencyRegistry registry
    Returns
    Type Description
    ImmutableSortedMoneyBag
    © Singulink. All rights reserved.