[Mono-dev] Mono.Cecil.MethodDefinition.Is* properties

Sanghyeon Seo sanxiyn at gmail.com
Mon Oct 1 04:19:23 EDT 2007


2007/10/1, Sanghyeon Seo <sanxiyn at gmail.com>:
> Shouldn't &= be ^= instead? The current implementation doesn't return
> True for m.IsPublic even after m.IsPublic = true is executed.

Should be &= ~masked, instead of &= masked, like other properties?

-- 
Seo Sanghyeon



More information about the Mono-devel-list mailing list