I have an internal class, an internal constructor won\'t allow it to be used in a generic collection so I changed it to public. What\'s the accessibility if you have a publi
Having an internal or public constructor to an internal type would be equivalent in terms of visibility.