SetFrameworkPriority<TFramework>(int)
Sets the priority of a registered dependency injection framework.
Declaration
public void SetFrameworkPriority<TFramework>(int priority) where TFramework : IDependencyInjectionFrameworkParameters
| Type | Name | Description |
|---|---|---|
| int | priority | The new priority value. Frameworks with higher priority are consulted first. |
Type Parameters
| Name | Description |
|---|---|
| TFramework | The type of the framework. |