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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top