DQueryElement.attributes

Returns the element's allowed attributes.

  1. auto attributes [@property getter]
  2. auto attributes [@property getter]
    struct DQueryElement(QueryType, string Name, alias Overload = null)
    @property static
    attributes
    (
    Allow...
    )
    (
    )
    if (
    Allow.length > 0
    )

Meta