2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / 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 ();