direct access vs. setter-getter performance

Myself only use properties if I dont want the value to be set by mistake but has to be public for other classes. Most stuff is just fields.

I dont even use { get; } that often but just to the => instead.

1 Like