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