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
Merge pull request #2314 from lambdageek/dev/local-handles
[mono-project.git]
/
mcs
/
errors
/
cs0547.cs
blob
43d37f4da4d3b8c95e8f6c6db26776eb894ef5c8
1
// CS0547: `PropertyClass.Value': property or indexer cannot have void type
2
// Line: 5
3
4
class
PropertyClass
{
5
public void
Value { get {}
}
6
}