maybe asking to much ...

Howdy,

Would someone be kind enough to explain to me this:

// ISSUE: object of a compiler-generated type is created
// ISSUE: variable of a compiler-generated type

FamilyDataService._Closure$__1278 other = new FamilyDataService._Closure$__1278(other);

and then it goes on with this:

// ISSUE: reference to a compiler-generated field

other.$VB$Local_person = (CndsPerson) null;

I really do not understand how to deal with these. What I would like to do is understand well enough to be able to "redo"/"rewrite" these statements so that the source more closely resembles what a person would write. Or is this not possible?

r,

dennis

0

Please sign in to leave a comment.