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; }