© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
3 replies
Verdur

Interface implementing generic parameters

Hello, is there way to achieve something like this?
interface IFoo<T> : T { }
interface IFoo<T> : T { }

I want to specify that
IFoo<T>
IFoo<T>
should also implement
T
T
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

✅ a class implementing a generic interface with more than one interface as one generic type argument
C#CC# / help
3y ago
help with generic interface
C#CC# / help
2y ago
❔ Catching Exceptions with generic parameters?
C#CC# / help
3y ago