ABT.CharType.CharType C# (CSharp) 메소드

CharType() 공개 메소드

public CharType ( System.Boolean isConst = false, System.Boolean isVolatile = false ) : System
isConst System.Boolean
isVolatile System.Boolean
리턴 System
        public CharType(Boolean isConst = false, Boolean isVolatile = false)
            : base(isConst, isVolatile) { }