View Single Post
Old 02-12-2007, 01:59 PM   #13 (permalink)
mordero
Forum Expert
 
mordero's Avatar
 
Join Date: Nov 2003
Location: Illinois, USA
Age: 22
Posts: 2,911
Default

It had to do with the way if statements worked and how combining all the ifs into one line (like your example) would throw an exception when the object is null...

let me look for it...

Edit: I think this was it nullchecking - is this safe?

but it actually dealt with a problem from another thread (which i think this thread has a link to it), but we argued the point in this one

Last edited by mordero; 02-12-2007 at 02:03 PM.
mordero is offline   Reply With Quote