views:

143

answers:

1

I can't find any way to generate an anonymous method. any ideas?

A: 

You could try using a CodeSnippetStatement() to generate the anonymous method.

Arnshea