Open sandboxFocus

Method SetFrameworkPriority

SetFrameworkPriority<TFramework>(int)

Sets the priority of a registered dependency injection framework.

Declaration
public void SetFrameworkPriority<TFramework>(int priority) where TFramework : IDependencyInjectionFramework
Parameters
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.