2
votes
votes
2 answers
internal is probably not a sledgehammer
If a class is nested and private, you would want the constructor to be private to the class that is nesting it. Unfortunately it seems the constructor BClass has to be "internal" or "public" in order for AClass to const ...
