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