CSLE.CLS_Type_Char.CLS_Type_Char C# (CSharp) Method

CLS_Type_Char() public method

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