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-06-26 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs0548.cs
blob
acd88588e41f118ea859f6a1d1b0d07d24ee7076
1
// CS0548: `PropertyClass.Value': property or indexer must have at least one accessor
2
// Line: 5
3
4
class
PropertyClass
{
5
public int
Value
{
6
}
7
}