CSLE.CLS_Type_UInt.CLS_Type_UInt C# (CSharp) Method

CLS_Type_UInt() public method

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