repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-09-02 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0666-2.cs
blob
8beeafbacb3241349d0a2f44ae5f4a026fea2f9e
1
// CS0666: `B.D': Structs cannot contain protected members
2
// Line: 6
3
4
public struct
B
5
{
6
protected internal delegate void
D
();
7
}