Module.GetFields() always returns zero FieldInfos?

  • Thread starter Thread starter Pascual ataeda
  • Start date Start date
P

Pascual ataeda

Can someone tell me a case where Module.GetFields() doesn't return zero
FieldInfos? Is there a way to have field that are accesible by the
entire module? If so, how can I declare these "global" fields?

Any information would be much appreciated.
 
Is there a way to have field that are accesible by the
entire module? If so, how can I declare these "global" fields?

Not in C#, but other languages may allow it.



Mattias
 
Back
Top