Data.DBInteger.DBInteger C# (CSharp) 메소드

DBInteger() 공개 메소드

public DBInteger ( int i ) : System
i int
리턴 System
        public DBInteger(int i)
        {
            Value = i; visitor = new ValueVisitor();
        }