Member.getAttributes

Ditto, but the type is given by template parameter.

  1. const(Attribute)[] getAttributes()
  2. const(Attribute)[] getAttributes(Type attributeType)
  3. const(Attribute)[] getAttributes(TypeInfo attributeTypeInfo)
  4. const(Attribute)[] getAttributes()
    interface Member
    final const
    const(Attribute)[]
    getAttributes
    (
    T
    )
    ()

Parameters

T

The type of attribute to filter by.

Return Value

Type: const(Attribute)[]

An array of attributes.

Meta