Пример #1
0
 public bool HasDefaultConstructor(Type type, bool nonPublic)
 {
     return(XTypes.HasDefaultConstructor(type, nonPublic));
 }