How do i check if a Type is a struct? IsClass worked perfectly then my reflection stop behaving as i expected when i change the class to the struct. How do i check if its a
Type.IsValueType should do the trick.
Type.IsValueType