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

ScalarType() 보호된 메소드

protected ScalarType ( System.Boolean isConst, System.Boolean isVolatile ) : System
isConst System.Boolean
isVolatile System.Boolean
리턴 System
        protected ScalarType(Boolean isConst, Boolean isVolatile)
            : base(isConst, isVolatile) { }
        public override Boolean IsScalar => true;
ScalarType