Member.getDeclaringType

Returns the type that encapsulates this one. Null is returned if this is the topmost element, or if the outer type lacks reflective meta information.

interface Member
const
const(Type)
getDeclaringType
()

Return Value

Type: const(Type)

The declaring element's type.

Meta