- add used implicitly attribute

ImplementExpressionTrees
Simon G. 2 years ago
parent 3569c97589
commit bac70872fc
Signed by: SimonG
GPG Key ID: 7CD6DBFB1B2786ED
  1. 1
      Test.LightweightIocContainer/OpenGenericRegistrationTest.cs

@ -40,6 +40,7 @@ public class OpenGenericRegistrationTest
}
[UsedImplicitly]
public interface ITestFactory
{
ITest<T> Create<T>() where T : IConstraint, new();

Loading…
Cancel
Save