ClassDBSingleton.classHasMethod

Returns whether class (or its ancestry if no_inheritance is false) has a method called method or not.

struct ClassDBSingleton
@nogc nothrow const
bool
classHasMethod
(
in String _class
,
in String method
,
in bool no_inheritance = false
)

Meta