isMethodConfiguratorPolicy

Check if T is a field configurator policy that operates upon methods of a component.

enum bool isMethodConfiguratorPolicy(T, string member = "method", X : GenericFactory!Z = GenericFactory!ConfiguredMethodTester, Z);

Return Value

true if it is compliant, false otherwise

Meta