I have a lot of private methods in a set of state machine classes that are only called using Reflection. This gives rise to a lot of "The private method `xxxxx' is never used" warnings when compiling under Mono.
Is there are way (using an Attribute, probably) to flag these methods as called from Reflection, so the compiler doesn't give these warnings? -- Nikki Locke, Trumphurst Ltd. PC & Unix consultancy & programming http://www.trumphurst.com/ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
