ABT.ConstLong.ConstLong C# (CSharp) Method

ConstLong() public method

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