git/t/t4018/csharp-property

12 lines
137 B
Plaintext

class Example
{
public bool RIGHT
{
get { return true; }
set
{
// ChangeMe
}
}
}