[Mono-list] System.Reflection.MemberAttributes

Miguel de Icaza miguel@ximian.com
29 Aug 2001 12:43:24 -0400


> 	  But the new modifier does apply to a method while I don't see it
> being handled  by MethodAttr, the method which does the mapping to
> System.Reflection flags.

I think that the `new' modifier is something we have to test for, and
use a different method when creating the methods in the class (I
forget right now what the details are).  But the idea is that a
special non-MethodAttr flag or method needs to be used to create these
methods.

Miguel.