Thursday, November 25, 2010

Null

Part of a nullable type system, null is a special pointer value (or other kind of object reference) used to signify that a pointer intentionally does not point to (or refer to) an object. Such a pointer is called a null pointer.

No comments:

Post a Comment