DQueryAttribute.type

Property that returns the type of the attribute.

  1. alias type = typeof(Attribute)
  2. alias type = Attribute
    struct DQueryAttribute(alias Attribute)
    @property
    static if(!(isExpression))
    alias type = Attribute

Meta