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

UCharType() 공개 메소드

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