You've already forked linux-packaging-mono
8 lines
132 B
C#
8 lines
132 B
C#
![]() |
namespace TestInterfaceImplementation
|
||
|
{
|
||
|
public interface Interface6
|
||
|
{
|
||
|
int Method<T>();
|
||
|
int Method();
|
||
|
}
|
||
|
}
|