ObjectFactory
The result of CreateFactory.
using System;
using System.Runtime.CompilerServices;
namespace Microsoft.Extensions.DependencyInjection
{
public delegate object ObjectFactory (IServiceProvider serviceProvider, [System.Runtime.CompilerServices.Nullable(2)] object[] arguments);
}