You've already forked linux-packaging-mono
13 lines
143 B
C#
13 lines
143 B
C#
![]() |
namespace Example
|
||
|
{
|
||
|
public class A : A.InnerInterface
|
||
|
{
|
||
|
public interface InnerInterface
|
||
|
{
|
||
|
}
|
||
|
|
||
|
public static void Main ()
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|