예제 #1
0
 public ApplicationTypes(Func <TypeInfo, bool> specification, IAssemblyTypes types)
 {
     _specification = specification;
     _types         = types;
 }
예제 #2
0
 public ApplicationTypes(IAssemblyTypes types) : this(Specification, types)
 {
 }