Sign in
code
/
git
/
f3b4c89d59f15f3b67f29bff6f1f53dbc11a5b58
/
.
/
t
/
t4018
/
csharp-property
blob: e56dfce34c190b0314bf70b733f3083bcc36313e [
file
] [
log
] [
blame
]
class
Example
{
public
bool
RIGHT
{
get
{
return
true
;
}
set
{
// ChangeMe
}
}
}