You've already forked linux-packaging-mono
13 lines
191 B
C#
13 lines
191 B
C#
![]() |
// CS0149: Method name expected
|
||
|
// Line: 8
|
||
|
|
||
|
delegate void TestDelegate();
|
||
|
|
||
|
public class MainClass
|
||
|
{
|
||
|
public static void Main ()
|
||
|
{
|
||
|
TestDelegate delegateInstance = new TestDelegate ();
|
||
|
}
|
||
|
}
|