Class.getInterfaces

Returns an array of all interfaces that are declared directly on this class. Interfaces that appear multiple times on the class are only present once in the array.

class Class
abstract const
const(InterfaceType)[]
getInterfaces
()

Return Value

Type: const(InterfaceType)[]

An array of interfaces on this class.

Meta