/******************************************************************************** * Copyright : Alexander Sazonov 2009 // * // * Email : sazon666@mail.ru // * sazon@freemail.ru // * // * This code may be used in any way you desire. This // * file may be redistributed by any means PROVIDING it is // * not sold for profit without the authors written consent, and // * providing that this notice and the authors name is included. // * // * This file is provided 'as is' with no expressed or implied warranty. // * The author accepts no liability if it causes any damage to your computer. // * // * Expect Bugs. // * Please let me know of any bugs/mods/improvements. // * and I will try to fix/incorporate them into this file. // * thx Amar Chaudhary for disclaimer text ;-) // * Enjoy! // * // */ ///////////////////////////////////////////////////////////////////////////////// //Simple, isn't it? Supports the Null object pattern. Needed only to use only with "is" or "as" //to determine is the object is of a null class. namespace SA.TblProc.Null { public interface INull { } }
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article, along with any associated source code and files, is licensed under The Common Development and Distribution License (CDDL)
The Next Version of Android - Some of What's Coming