ABT.ConstPtr.ConstPtr C# (CSharp) Method

ConstPtr() public method

public ConstPtr ( UInt32 value, ExprType type, Env env ) : System
value System.UInt32
type ExprType
env Env
return System
        public ConstPtr(UInt32 value, ExprType type, Env env)
            : base(env) {
            this.Value = value;
            this.Type = type;
        }