1 // Compiler options: -doc:xml-050.xml -warnaserror
3 // NOTE: It might got broken after some /doc related merge.
5 /// <see cref="IB.Execute ()" />
6 /// <see cref="IB.Name" />
7 /// <see cref="B.Execute ()" />
8 /// <see cref="B.Name" />
10 public class EntryPoint
{
27 public interface IB
: IA
{
45 public string Execute () {
58 public new int Execute () {