Example #1
0
 public InterfaceIdentities(IAllInterfaces interfaces) => _interfaces = interfaces;
 public EnumerableImplementation(IAllInterfaces all, Type definition)
 {
     _all        = all;
     _definition = definition;
 }