Example #1
0
 public bool IsAbstract(Type type)
 {
     return(XTypes.IsAbstract(type));
 }