문제

I'm using Object Browser in Visual Studio 2012 to get the idea of what a class/interface is, who is its parent etc. There is a way to show inherited methods and properties by checking "Show Inherited Members" in settings.

However I can't understand how to differentiate members that are inherited from members that were created for this class ?

I'd like to group them by Inherited/Not Inherited characteristic or at least to make different icons for inherited members. Is there a way to do this? May be even by using some other tool ?

Thanks.

도움이 되었습니까?

해결책

Unfortunately there should be no way. Only difference between inherited and not inherited is in "documentation sub window" -> ... Member of ...

Only think which maybe helps to extend the object in the tree. There you hava a folder "Base Type".

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top