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