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
avoid using a custom sources file for the net_2_1_raw profile
[mcs.git]
/
errors
/
cs1007-2.cs
blob
2b0237d7fe95e6781add6ee3dc5c55cdadf3e733
1
// CS1007: Property accessor already defined
2
// Line: 8
3
4
class
DoubleAccessor
5
{
6
public bool
Breaker
{
7
set
{ }
8
set
{ }
9
}
10
}