what uses more memory/resources...???

  • Thread starter Thread starter Paul M
  • Start date Start date
P

Paul M

i have a function that returns a boolean value, based on criteria.

If i created this as a readonly property, does this use less memory?

thanks
 
* "Paul M said:
i have a function that returns a boolean value, based on criteria.

If i created this as a readonly property, does this use less memory?

Did you have a look at the code generated for the two ways using the
"ILDASM.EXE" tool?
 

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