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