csharp-to-js
csharp-to-js copied to clipboard
Only includes declared properties even if derived from excluded class
If a class is derived, it should extend the original class and not re-declare the properties. But, if the base class is excluded, it should include the inherited properties as the original class can't be extended.