I have the following code:
class myClass { private delegate string myDelegate(Object bj); protected void method() { myDelegate build = delegate(Object
If you're getting to the point of recursive anonymous methods, you may want to promote it to be a normal, private method in your class.