Search
Get Started
C
C#
•
2y ago
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,119
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
IFoo<T>
IFoo<T>
T
T
interface
IFoo
<
T
> :
T
{ }
interface
IFoo
<
T
> :
T
{ }
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