13 if (
value.GetType() == typeof(
int))
17 if (
value.GetType() == typeof(
string))
21 if (
value.GetType() == typeof(
bool))
25 if (
value.GetType() == typeof(
char))
29 if (
value.GetType() == typeof(
byte))
33 if (
value.GetType() == typeof(
long))
37 if (
value.GetType() == typeof(
double))
41 if (
value.GetType() == typeof(
short))
45 if (
value.GetType() == typeof(ushort))
49 if (
value.GetType() == typeof(uint))
53 if (
value.GetType() == typeof(sbyte))
57 if (
value.GetType() == typeof(ulong))
61 if (
value.GetType() == typeof(
float))