© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
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#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
✅ a class implementing a generic interface with more than one interface as one generic type argument
C
C# / help
3y ago
help with generic interface
C
C# / help
2y ago
❔ Catching Exceptions with generic parameters?
C
C# / help
3y ago