// Compiler options: -doc:xml-039.xml -warnaserror using System; /// /// /// /// public interface ITest { /// whatever event EventHandler Start; /// hogehoge int Foo { get; } } class Test { public static void Main () {} }