开发者

Explanation of Extension Methods in C# [duplicate]

开发者 https://www.devze.com 2023-03-05 20:00 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicates: What are Extension Methods?
This question already has answers here: Closed 11 years ago.

Possible Duplicates:

What are Extension Methods?

Extension Methods

Could someone explain the concept of extensions methods with exampl开发者_JAVA百科es if possible please


Extension methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type

Refer to:

Extension Methods (C# Programming Guide)

0

精彩评论

暂无评论...
验证码 换一张
取 消