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?
 
Back
Top