clement-brodu / PCTTools

Library to provide additional tools to PCT
MIT License
0 stars 1 forks source link

Add baseTypes to TypeDocumentation #1

Closed clement-brodu closed 1 year ago

clement-brodu commented 1 year ago
    "baseTypes": [
      "System.Windows.Forms.Form",
      "System.Windows.Forms.ContainerControl",
      "System.Windows.Forms.ScrollableControl",
      "System.Windows.Forms.Control",
      "System.ComponentModel.Component",
      "System.MarshalByRefObject",
      "System.Object"
    ],

also add implemented interfaces