1 // Compiler options: -doc:xml-029.xml
6 /// Some test documentation
10 public static void Main () {}
14 /// Publicly available interface
16 public interface ITest2
{
19 /// Some test documentation
24 /// Some test documentation
29 /// Some test documentation
31 event EventHandler EventRaised
;