I have a WCF silverlight service. I have some methods. I need to mark certain service methods and then define them when I get all the Reflection service methods.
MethodInfo [] methods = typeof (TypeOfTheService) .GetMethods ();
How about not doing that. Instead, create another contract containing only those methods that you would otherwise have flagged.