Anonymous Method

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

What name does the compiler give to anonymous methods in the output
assembly - or what is the "name pattern"?

.... can't imagine it would be relevant to anything I do... just curious.
 
Bob,

In addition to James response, you can also look for the
CompilerGenerated attribute, as the method that the compiler generates is
going to place that attribute on it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top