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