Tag Archives: c#

Access modifiers in C#

Had some confusion with NHibernate and its proxy generation. It couldn’t create proxies for an item with an internal property. It told me to mark the property as protected internal. Turned out my understanding of protected internal was wrong. These … Continue reading

Posted in uncategorized | Tagged , , , , , , | Leave a comment