Currency Currency
Currency Currency
DocFX + Singulink = ♥

Search Results for

    Method TransformValues

    TransformValues(Func<MonetaryValue, decimal>)

    Applies the specified transformation to each value's amount in this bag and returns the resulting bag.

    Declaration
    public ImmutableMoneyBag TransformValues(Func<MonetaryValue, decimal> transform)
    Parameters
    Type Name Description
    Func<MonetaryValue, decimal> transform
    Returns
    Type Description
    ImmutableMoneyBag

    TransformValues(Func<MonetaryValue, decimal?>)

    Applies the specified transformation to each value's amount in this bag and returns the resulting bag. Values transformed to a null amount are removed.

    Declaration
    public ImmutableMoneyBag TransformValues(Func<MonetaryValue, decimal?> transform)
    Parameters
    Type Name Description
    Func<MonetaryValue, decimal?> transform
    Returns
    Type Description
    ImmutableMoneyBag
    © Singulink. All rights reserved.