Anvil
|
Public Member Functions | |
InjectionService (IServiceManager serviceManager, PluginManager pluginManager) | |
T | Inject< T > (T instance) |
Injects all properties with InjectAttribute in the specified object. More... | |
|
inline |
Injects all properties with InjectAttribute in the specified object.
instance | The instance to inject. |
T | The instance type. |