// Compiler options: -doc:xml-052.xml -warnaserror // mcs /doc test for nested types /// Global delegate public delegate void GlobalDel (); /// Outer class public class Outer { /// Inner Class public delegate void Del (); static void Main () { } }