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

ConstULong() 공개 메소드

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