PERWAPI.UIntConst.UIntConst C# (CSharp) Method

UIntConst() public method

public UIntConst ( byte val ) : System
val byte
return System
        public UIntConst(byte val)
        {
            this.val = val;
            size = 1;
            type = ElementType.U8;
        }

Same methods

UIntConst::UIntConst ( uint val ) : System
UIntConst::UIntConst ( ulong val ) : System
UIntConst::UIntConst ( ushort val ) : System