Hi people, I know the mail is a bit off-topic for the mailing list. Just wanted to have a pointer to my answer... I am developing a program to read program info from CIL with Cecil. I am encountering a few members and types that I cannot still relate with something in the source code... These types and members are present in CIL in the format: <sometimesempty>__something. For example, while reading gendarme assembly I encounter these types and members: Type: <>__AnonType1
method: <Parse>m__0 Field: <>f__switch$map1 Tried to search in the code source/google for something meaningful but failed. Could someone point out what these entities represent? Also I am looking for a good resource that relates CIL with code. thanx.. -- -- mono-cecil
