Hey,

On Fri, Jan 15, 2010 at 11:33 AM, Wee Li Yen <[email protected]> wrote:
> Field declaration eg: "public double pi = Math.PI;"
>
> But I can only detect this field when I assign this value to the field in a
> method.
> If I put it as a field declaration or assign this value to the field in a
> ctr, I won't be able to see the above instr.

You will, it will be assigned in the constructor of the type. You'll
see something like:

ldc.r8 3.14....
stfld pi

-- 
Jb Evain  <[email protected]>
-- 
--
mono-cecil

Reply via email to