[Mono-docs-list] Patch to change the BindingFlags used by ecma-provider

Ben Maurer bmaurer@users.sourceforge.net
25 Jul 2003 19:51:34 -0400


On Fri, 2003-07-25 at 19:42, Joshua Tauberer wrote:
> Inherited methods I think should be checked, however, since without 
> those, a class that inherits from an incomplete class may not be marked 
> as unfinished.
Yeah, but then the problem is that there is no way to see what those
methods are, since we do not show inherited methods. This is especially
confusing in the case of an enum.

-- Ben