i cant access the nested class in the main emthod 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