简体   繁体   中英

Hide methods inherited from Object from Sandcastle-generated documentation?

How can I hide methods that are inherited from the Object class (such as Equals, Finalize, GetHashCode, GetType, etc...) from Sandcastle-generated documentation. I have a class called LicenseManager that has a single method, and the Object inherited methods are clogging the display.

I am using the latest version of Sandcastle + Sandcastle Help File Builder.

http://cl.ly/3Y2p1C0m1a3f160z0y2v

Found an option in "Sandcastle Help File Builder" that does this.

Set (DocumentInheritedFrameworkMembers = false) in the Visibility option group.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM