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