Method InjectPreparedFunctionality
InjectPreparedFunctionality(IUsesFunctionalityInjection, List<object>)
Inject functionality into a list of objects This method assumes that all necessary providers have been prepared. If no providers exist that match subscriber interfaces on the object, no action is taken. Useful in cases where functionality is already setup, as it is faster than InjectFunctionality.
Declaration
public static void InjectPreparedFunctionality(this IUsesFunctionalityInjection user, List<object> objects)
Parameters
Type | Name | Description |
---|---|---|
IUsesFunctionalityInjection | user | The object using using functionality injection |
List<object> | objects | The list of objects into which functionality will be injected |