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
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs0106-9.cs
blob
ba6621b3715da034a5c083eed179997239950a8a
1
// CS0106: The modifier `virtual' is not valid for this item
2
// Line: 7
3
4
class
C
5
{
6
public int
Foo
{
7
virtual set
{ }
8
}
9
}