CreateInstanceFunc Delegate

Namespace
Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests
Assemblies
  • Microsoft.Extensions.DependencyInjection.Specification.Tests

Syntax

public delegate object CreateInstanceFunc(IServiceProvider provider, Type type, object[] args);
delegate Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc