Created
March 3, 2025 10:01
-
-
Save jskeet/c7a7eed9ffeb13afab5b2ff012127994 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class NeedExtension<T> | |
{ | |
} | |
public static class Extensions | |
{ | |
public static NeedExtension<T> DoSomething<T>(this NeedExtension<T> obj) | |
{ | |
return obj; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment