applyInterfaces

Iterate through all interfaces that type implements, directly or indirectly, including base interfaces.

Constructors

this
this(const(ClassInfo) type)

Members

Functions

opApply
int opApply(int delegate(ref ClassInfo) dg)

Variables

type
ClassInfo type;
Undocumented in source.

Meta