Method InjectPreparedFunctionality
InjectPreparedFunctionality(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
void InjectPreparedFunctionality(List<object> objects)
Parameters
Type | Name | Description |
---|---|---|
List<object> | objects | The list of objects into which functionality will be injected |