ABT.UCharType.UCharType C# (CSharp) Méthode

UCharType() public méthode

public UCharType ( System.Boolean isConst = false, System.Boolean isVolatile = false ) : System
isConst System.Boolean
isVolatile System.Boolean
Résultat System
        public UCharType(Boolean isConst = false, Boolean isVolatile = false)
            : base(isConst, isVolatile) { }