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

IntegralType() protected méthode

protected IntegralType ( System.Boolean isConst, System.Boolean isVolatile ) : System
isConst System.Boolean
isVolatile System.Boolean
Résultat System
        protected IntegralType(Boolean isConst, Boolean isVolatile)
            : base(isConst, isVolatile) { }
        public override Boolean IsIntegral => true;
IntegralType