Hi,

On Fri, May 27, 2011 at 12:20 PM, Usman Bhatti <[email protected]> wrote:
> 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.

Those are compiler generated types and members.

> Type: <>__AnonType1

An anonymous type, I'd guess. C#'s new { X = x };

> method: <Parse>m__0

An anonymous method, C#'s delegate { xxx } or x => y;

> Field: <>f__switch$map1

A field in a generated iterator.

Jb

-- 
--
mono-cecil

Reply via email to