2010-04-15 Rodrigo Kumpera <rkumpera@novell.com>
[mono-project.git] / mcs / errors / cs0666-2.cs
blob8beeafbacb3241349d0a2f44ae5f4a026fea2f9e
1 // CS0666: `B.D': Structs cannot contain protected members
2 // Line: 6
4 public struct B
6 protected internal delegate void D ();