[]
Determines whether the specified type to test is a value type.
public static bool IsValueType(Type typeToTest)
The type to test.
true if the specified type to test is a value type; otherwise, false.
true
false