using System; class X { static void Main () { Type t = null; if (t.GetType () == null) return; } }