Merge branch origin/temp8 into temp8-di2690
This commit is contained in:
@@ -167,7 +167,7 @@ namespace Umbraco.Tests.Benchmarks
|
||||
[Benchmark]
|
||||
public void EmitCtor()
|
||||
{
|
||||
var ctor = ReflectionUtilities.EmitConstuctor<Func<IFoo, Foo>>();
|
||||
var ctor = ReflectionUtilities.EmitConstructor<Func<IFoo, Foo>>();
|
||||
var foo = ctor(_foo);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user