CSLE.CLS_Type_Byte.CLS_Type_Byte C# (CSharp) Method

CLS_Type_Byte() public method

public CLS_Type_Byte ( ) : System
return System
        public CLS_Type_Byte()
            : base(typeof(byte), "byte",false)
        {
            //function = new RegHelper_TypeFunction(typeof(uint));
        }