示例#1
0
 public bool Contains(Type type)
 {
     return(FactoryMap.Contains(type) || InstanceMap.Contains(type) || TypeMap.Contains(type));
 }