Method InjectFunctionalitySingle
InjectFunctionalitySingle(object)
Inject functionality into a single object This method does not check the object's type and assumes that providers have been set up. If no providers exist that match subscriber interfaces on the object, no action is taken.
Declaration
void InjectFunctionalitySingle(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object into which functionality will be injected |