Control Reference Static Method Performance
Posted
by dotnetguts
on Stack Overflow
See other posts from Stack Overflow
or by dotnetguts
Published on 2010-06-10T17:49:49Z
Indexed on
2010/06/10
17:52 UTC
Read the original article
Hit count: 270
I have just asked which one is better?
Static Vs Non-Static?
http://stackoverflow.com/questions/3016717/static-vs-non-static-method-performance-c
I would like to take this discussion one step ahead.
Consider If i pass reference of Panel control as parameter to Public static method, will static method still rules in performance?
© Stack Overflow or respective owner