CSLE.CLS_Type_UInt.CLS_Type_UInt C# (CSharp) 메소드

CLS_Type_UInt() 공개 메소드

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