Nullables? Detecting them
- by Aren B
Ok, im still a bit new to using nullable types.
I'm writing a reflecting object walker for a project of mine, im getting to the point where im setting the value of a reflected property with the value i've retrieved from a reflected property.
The value i've retrieved is still in object form, and it dawned on me, since i want my object walker to…