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