csharp-to-js icon indicating copy to clipboard operation
csharp-to-js copied to clipboard

Only includes declared properties even if derived from excluded class

Open maxstralin opened this issue 6 years ago • 0 comments

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.

maxstralin avatar Aug 29 '19 06:08 maxstralin