Skip to content

Instantly share code, notes, and snippets.

@jskeet
Created March 3, 2025 10:01
Show Gist options
  • Save jskeet/c7a7eed9ffeb13afab5b2ff012127994 to your computer and use it in GitHub Desktop.
Save jskeet/c7a7eed9ffeb13afab5b2ff012127994 to your computer and use it in GitHub Desktop.
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