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