3
votes
Do access modifiers affect reflection also?
Yes you can access private fields via reflection. This is how a lot of ORMs go about populating an object without going through your properties (which will invoke business logic you might not have …
