Files
linux-packaging-mono/external/api-doc-tools/mdoc/Test/TestInterfaceImplementation/Interface3_1.cs

7 lines
117 B
C#
Raw Normal View History

namespace TestInterfaceImplementation
{
public interface Interface3_1
{
int Method(int i);
}
}