ClassDBSingleton.classHasMethod

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

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

Meta