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