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