ServiceProviderActivator(IServiceProvider) Constructor
Definition¶
Namespace: Brine2D.ECS
Default IActivator backed by Microsoft.Extensions.DependencyInjection.ActivatorUtilities. Registered as scoped so each scene scope resolves from the correct DI scope.
public ServiceProviderActivator(System.IServiceProvider serviceProvider);
Parameters¶
serviceProvider System.IServiceProvider