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
tag rc1
[mcs.git]
/
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
}