C# Extension methods in .NET 2.0

后端 未结 5 1928
走了就别回头了
走了就别回头了 2021-01-13 16:05

I have found several links to methods of making extension methods work in .NET2.0 (The moth, Discord & Rhyme, Stack Overflow). I have also heard vaguely from a colleague

5条回答
  •  不要未来只要你来
    2021-01-13 16:37

    I would recommend Discord and Rhyme because it providing meaningful constraints for how the attribute is supposed to be applied.

    1. It can only be applied to methods
    2. You can only apply it once
    3. The attribute cannot be inherited

提交回复
热议问题