Full removal of SourceGen Meditor. Will revisit in good time.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
public class ServiceCreator<I, T> : IServiceCreator<I>
|
||||
{
|
||||
public virtual object Create(Func<Type, object[], object> creator, params object[] parameters)
|
||||
public object Create(Func<Type, object[], object> creator, params object[] parameters)
|
||||
{
|
||||
return creator(typeof(T), parameters);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user