DEBSOURCES
Skip Quicknav
sources / mono / 6.12.0.199%2Bdfsg-6 / external / api-doc-tools / mdoc / Test / TestInterfaceImplementation / Interface5.cs
12345678
namespace TestInterfaceImplementation { public interface Interface5 : Interface4 { int Method(); new int Method2(); } }