Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

28 lines
497 B
C#

// Compiler options: -doc:xml-051.xml -warnaserror
using log4net.Repository.Hierarchy;
namespace log4net
{
/// <summary>
/// <see cref="Repository.Hierarchy" />
/// </summary>
public interface IFoo {}
}
namespace log4net.Repository {
/// <summary>
/// <see cref="Hierarchy" />
/// <see cref="System.Xml" />
/// </summary>
public interface ILog {
}
}
namespace log4net.Repository.Hierarchy {
/// <summary />
public class Hierarchy {
static void Main () {
}
}
}