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

8 lines
145 B
C#
Raw Normal View History

namespace TestInterfaceImplementation
{
public interface Interface3
{
int Method(int i);
int Method2(float i);
}
}