Tagged Questions

4
votes
1answer
241 views

Stringbuilder in CIL (MSIL)

I'm trying to generate code that takes a StringBuilder, and writes the values of all the properties in a class to a string. I've got the following, but I'm currently getting a "Invalid method token" ...