gpt4 book ai didi

c# - 扩展方法如何工作

转载 作者:太空狗 更新时间:2023-10-30 00:15:19 25 4
gpt4 key购买 nike

<分区>

我想了解扩展方法是如何工作的?我们可以在非静态类中定义扩展方法吗?

*

Why do we put extension methods inside static class?

*

根据 MSDN,

**Their first parameter specifies which type the method operates on, and the parameter is preceded by the this modifier. Extension methods are only in scope when you explicitly import the namespace into your source code with a using directive.

**

this 运算符在这里的作用是什么?它如何将该扩展方法与该参数相关联?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com