ABT.IntegralType.IntegralType C# (CSharp) Method

IntegralType() protected method

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