Sharekhan.domain.Price.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : Price
Résultat Price
        public static Price operator +(Price left, Price right)
        {
            return new Price(left.Value + right.Value);
        }

Same methods

Price::operator ( ) : bool