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