I've got an object that has a type property. When the type is set to Int64, and I try and pull the type info later, I get System.Nullable.
Here's the type Info
{Name = "Nullable`1" FullName = "System.Nullable`1[[System.Int64, mscorlib, Version=2.0.0.0]]"}
How do I get to the System.Int64 type of this?