in my assembly, i have a few data members that define a List<SomeType>. The problem arises when i go to view that member in the object model, it's missing. It's there when i view the members, and when i click on the link to drill down, it shows it correctly as a List<SomeType> in the detail page, but if i click on it, it takes me to the definition of a List<>, not my contained object..
obviously, i don't want to document what a List<> is, but my contained object.. how? and will it also work to show it in the object model as well?