.netsilverlightsilverlight-3.0silverlight-4.0silverlight-2.0

Are Extension methods too expensive?


How much will it cost for my programs performance if i add Extension methods to it?
Will it work slower or may be will load slower?
Thanks.


Solution

  • How much will it cost for my programs performance if i add Extension methods to it? Will it work slower or may be will load slower?

    There will be no performance hit. Extension methods are really static methods.