How to check if an object is defined?

Posted by AYAK on Stack Overflow See other posts from Stack Overflow or by AYAK
Published on 2010-03-29T12:59:38Z Indexed on 2010/03/29 13:13 UTC
Read the original article Hit count: 240

Filed under:

I would like to check if an object is defined or exists using C#.

Something like this:

if (defined(Object)){

}

© Stack Overflow or respective owner

Related posts about c#