how inner class access ourt class variable in c# code example
Example: c# nested class access outer class member
If you want to access A.privateMember from innerA then you have to somehow pass class A to innerA
If you want to access A.privateMember from innerA then you have to somehow pass class A to innerA