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