ABT.ConstUChar.ConstUChar C# (CSharp) Method

ConstUChar() public method

public ConstUChar ( Byte value, Env env ) : System
value Byte
env Env
return System
        public ConstUChar(Byte value, Env env)
            : base(env) {
            this.Value = value;
        }