DEBSOURCES
Skip Quicknav
sources / mono / 6.14.1%2Bds2-1 / external / api-doc-tools / mdoc / Test / TestInterfaceImplementation / Interface6.cs
12345678
namespace TestInterfaceImplementation { public interface Interface6 { int Method<T>(); int Method(); } }