84            if (!
type.IsValueType)
 
   93            if (
type == typeof(
bool))
 
   98            if (
type == typeof(
byte))
 
  103            if (
type == typeof(sbyte))
 
  108            if (
type == typeof(
char))
 
  113            if (
type == typeof(
short))
 
  118            if (
type == typeof(ushort))
 
  123            if (
type == typeof(
int))
 
  128            if (
type == typeof(uint))
 
  133            if (
type == typeof(
long))
 
  138            if (
type == typeof(ulong))
 
  153            if (
type == typeof(
float))
 
  158            if (
type == typeof(
double))
 
  183            if (
type == typeof(decimal))