determineWhyNotConstructableByDI

Determines why a type T is not constructable by the DI framework.

template determineWhyNotConstructableByDI (
T
) {}

Members

Static variables

determineWhyNotConstructableByDI
string determineWhyNotConstructableByDI;

ditto

Return Value

  • string = reason
  • null = is constructable, in fact

Meta