Oct 6 2009
MonoTouch and null
Remember. Setting variables to null doesn’t necessarily mean null. I had an Enum variable that I would set once. So I’d declare it: Values MyValue = null; Then, in the natural order of things I’d check to see if it was null and assign it the current value if it was. But, oddly enough it [...]
Recent Comments