Data.DBInteger.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : DBInteger
Résultat DBInteger
        public static DBInteger operator +(DBInteger x, DBInteger y)
        {
            return new DBInteger(x.Value + y.Value);
        }