Sign in
code
/
git
/
16bd9f20a403117f2e0d9bcda6c6e621d3763e77
/
.
/
t
/
t4018
/
csharp-property-braces-same-line
blob: 608131d3d316aa4ec47bfa8196fbf4f6efb589d7 [
file
] [
log
] [
blame
]
class
Example
{
public
bool
RIGHT
{
get
{
return
true
;
}
set
{
// ChangeMe
}
}
}