repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update readme (#21797)
[mono-project.git]
/
mcs
/
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
}