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