3

Hey guys,

I´m trying to create a generic class, which inherits from an Interface, which is also an generic.

My problem is to instantiate the interface with the correct type, cause the new class should use all classes from the instantiated interface.

Is this possible? It´s a bit complex ^^ but that´s just my thought :)

Comments
Add Comment