Am Sonntag, 16. März 2014 09:23:52 UTC+1 schrieb Jb Evain: > > I encourage you to look at the IL created for your C# code in ildasm, > you'll get a class constructor initializing the field with a string, > like this: >
Alright, I see. I've seen constant strings have their value set directly with the field so I thought it would be the same for non-constant fields, but that doesn't seem to be the case for strings and ints. They're all set in the instance constructor. -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
