linux-packaging-mono/mcs/tests/test-559-lib.cs

7 lines
141 B
C#
Raw Normal View History

// Compiler options: -target:library
public class B
{
public delegate void TestDelegate ();
public virtual event TestDelegate TestEvent;
}