This is simple inheritable C# singleton implementation.
Take a closer look at SingletonBase and the fact that static property instance is created 1 for every inheriting type (So there is more then 1 static instance of DummyNested.INSTANCE).
Mateusz Świetlicki http://mateusz.swietlicki.net
Use it however you like :)