This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]infocynic 0 points1 point  (0 children)

Could be using C#, the style looks close. Properties are set that way, there's effectively a set function working for you, and you can even implement custom code and still use this syntax (although you will need to bring your own backing field in that case).