|
Anvil
|
Inheritance diagram for Anvil.Services.InjectionService:
Collaboration diagram for Anvil.Services.InjectionService:Public Member Functions | |
| T | Inject< T > (T instance) |
| Injects all properties with InjectAttribute in the specified object. | |
|
inline |
Injects all properties with InjectAttribute in the specified object.
| instance | The instance to inject. |
| T | The instance type. |