✅ Am i misremembering how Getters work?

I have a private list in one class and I need to be able to get a copy of it in another class. I have an auto implemented getter for the private list, but I still can’t get anything

I thought the getter on a private property was supposed to let you get the item while it was private
Was this page helpful?