Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1 KB

File metadata and controls

12 lines (8 loc) · 1 KB

NET-Framework-documentation-signatures

A Tampermonkey script augmenting .NET Framework documentation. On any page describing a class, struct or interface the script updates the Name column in Constructors, Properties and Methods tables to contain the full signature of a member. For method it adds return type and names of parameters, for constructor - names of parameters, and for property - type of property and information whether it is getter and setter.

The following pictures show documentation of SortedSet<T> class - original and after script run. The new content is simply taken from the detail page of a class/struct/interface member.

Original documentation: Original documentation

Documentation changed by the script: Processed cocumentation

Tested in Google Chrome 64.0 on Windows 10.