public delegate object DependencyInjectionSpecificationTests.CreateInstanceFunc(IServiceProvider provider, Type type, object[] args);
type DependencyInjectionSpecificationTests.CreateInstanceFunc = delegate of IServiceProvider * Type * obj[] -> obj
Public Delegate Function DependencyInjectionSpecificationTests.CreateInstanceFunc(provider As IServiceProvider, type As Type, args As Object()) As Object