Example #1
0
 private static bool IsPrimitive(Type type)
 {
     return(IsNullable(type) || Primitives.Contains(type));
 }