Request: RhinoCommon documentation - label abstract items

It would be helpful if abstract classes, properties and methods could be flagged as such in the documentation so we can see when we need to subclass and what properties and methods have to be implemented in the subclass and what elements in the class are concrete and do not need to be overridden. Or if the intent is to use the methods as class methods without instantiating a subclassed object, could that be indicated? At the moment there is a lot of guesswork involved and that can be quite time-consuming…

Thanks
Jeremy

That would be nice indeed, especially in the list view of a class where you quickly want to know all of the methods that are abstract. Note that for methods for example still list their abstract, virtual, or static attributes in their own description pages (e.g. https://developer.rhino3d.com/api/rhinocommon/rhino.fileio.manifesttable/findid#(guid,modelcomponenttype), hopefully that is what you are looking for).

Something for us to work on: WWW-3349 RhinoCommon docs: Add icons for static, virtual, or abstract things