DataType.this

constructor.

dataType is the name of type to store arrayDimension is the number of nested arrays isRef is whether the type is a reference to the actual type

  1. this(DataType.Type dataType, uinteger arrayDimension, bool isReference)
  2. this(string dataType, uinteger arrayDimension, bool isReference)
    struct DataType
    this
    (
    string dataType
    ,
    uinteger arrayDimension = 0
    ,
    bool isReference = false
    )
  3. this(string sType)
  4. this(Token data)

Meta