View Single Post
  #2  
Old 12-30-2018, 07:15
sendersu sendersu is offline
VIP
 
Join Date: Oct 2010
Posts: 1,067
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 235
Thanks Rcvd at 513 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
tokens with names like
<>c__DisplayClassXXXXX
are for sure generate by the C# compiler
Good decompiler transofrts that low-level stuff into high level C# constuctions (eg as ILSpy does)

what is the reason to add vars (by hands!?!) that are like internal compiler generated ones?
Reply With Quote
The Following User Says Thank You to sendersu For This Useful Post:
niculaita (12-30-2018)