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

DBInteger() public méthode

public DBInteger ( int i ) : System
i int
Résultat System
        public DBInteger(int i)
        {
            Value = i; visitor = new ValueVisitor();
        }