CppSharp
CppSharp copied to clipboard
Maybe `Class.HasRefBase` and `Class.HasBase` should behave the same way.
Class.HasRefBasechecks if the baseIsGeneratedClass.HasBasedoes not check if the baseIsGenerated
Class.HasRefBase also only checks if the first base is ignored, what happens if a class is inherited multiple times and more than 1 is ignored?
This is the line that is incomplete for context: var shouldInheritFromIDisposable = [email protected];.