ABT.ConstLong.ConstLong C# (CSharp) 메소드

ConstLong() 공개 메소드

public ConstLong ( Int32 value, Env env ) : System
value System.Int32
env Env
리턴 System
        public ConstLong(Int32 value, Env env)
            : base(env) {
            this.Value = value;
        }
        public Int32 Value { get; }