7 lines
117 B
C#
Raw Normal View History

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