Invocable.getReturnType

A Type object that represent's this element's return type, if type type has reflective support. Null is returned otherwise.

interface Invocable
@property const
const(Type)
getReturnType
()

Return Value

Type: const(Type)

This element's return type.

Meta