Ejemplo n.º 1
0
 public ApplicationTypes(Func <TypeInfo, bool> specification, IAssemblyTypes types)
 {
     _specification = specification;
     _types         = types;
 }
Ejemplo n.º 2
0
 public ApplicationTypes(IAssemblyTypes types) : this(Specification, types)
 {
 }